Html Css Color HEX #231EC9 Persian Blue

📋 copy color: '#231EC9'

red 35 ◦ green 30 ◦ blue 201

#231EC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #231EC9

Tints of Persian Blue #231EC9

RGB

 RED value IS 35 (14.06% from 255) = 13.16%

 GREEN value IS 30 (12.11% from 255) = 11.28%

 BLUE value IS 201 (78.91% from 255) = 75.56%

R = 13.16%
G = 11.28%
B = 75.56%

CMYK

 C value IS 0.83

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#231EC9 (or 0x231EC9) is known color: Persian Blue. HEX triplet: 23, 1E and C9. RGB value is (35,30,201). Sum of RGB (Red+Green+Blue) = 35+30+201=266 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.16% from 266); Green value is 30 (12.11% from 255 or 11.28% from 266); Blue value is 201 (78.91% from 255 or 75.56% from 266); Max value from RGB is 201 - color contains mainly: blue. Hex color #231EC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #231EC9 is #DCE136. Grayscale: #323232. Windows color (decimal): -14475575 or 13180451. OLE color: 13180451.

HSL color Cylindrical-coordinate representation of color #231EC9: hue angle of 241.75º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #231EC9 is Cyan = 0.83, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 35 30 201 -
CMYK 0.83 0.85 0 0.21
HSL 241.75º 0.74% 0.45% -
HSV(B) 241.75º 0.85% 0.79% -
XYZ 11.7 5.5 55.7 -
YUV 50.99 212.66 116.6 -
System Red Green Blue C M Y K H S L
Decimal 35 30 201 0.83 0.85 0 0.21 241.75 0.74 0.45
Hex 23 1E C9 53 55 0 15 F2 4A 2D
Octal 43 36 311 123 125 0 25 362 112 55
Binary 100011 11110 11001001 1010011 1010101 0 10101 11110010 1001010 101101

Color Harmonies of #231EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231EC9

Black with #231EC9

Text Example


Text Example

White with #231EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231EC9; }

 p { color: rgb(35,30,201); }

 H1.HeaderClassName
 {
   color: #231EC9;
 }
 .AnyTagClassName
 {
   color: #231EC9;
 }
</style>

background-color css

<style>
 a { background-color: #231EC9; }

 a { background-color: rgb(35,30,201); }

 div.DivClassName
 {
   background-color: #231EC9;
 }
 .BgClassName
 {
   background-color: #231EC9;
 }
</style>

border-color css

<style>
 span { border-color: #231EC9; }

 span { border-color: rgb(35,30,201); }

 td.TdClassName
 {
   border-color: #231EC9;
 }
 .TagClassName
 {
   border-color: #231EC9;
 }
</style>