Html Css Color HEX #230E79 Persian Indigo

📋 copy color: '#230E79'

red 35 ◦ green 14 ◦ blue 121

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

Shades of Persian Indigo #230E79

Tints of Persian Indigo #230E79

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.24%

 BLUE value IS 121 (47.66% from 255) = 71.18%

R = 20.59%
G = 8.24%
B = 71.18%

CMYK

 C value IS 0.71

 M value IS 0.88

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#230E79 (or 0x230E79) is known color: Persian Indigo. HEX triplet: 23, 0E and 79. RGB value is (35,14,121). Sum of RGB (Red+Green+Blue) = 35+14+121=170 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.59% from 170); Green value is 14 (5.86% from 255 or 8.24% from 170); Blue value is 121 (47.66% from 255 or 71.18% from 170); Max value from RGB is 121 - color contains mainly: blue. Hex color #230E79 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230E79 is #DCF186. Grayscale: #202020. Windows color (decimal): -14479751 or 7933475. OLE color: 7933475.

HSL color Cylindrical-coordinate representation of color #230E79: hue angle of 251.78º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #230E79 is Cyan = 0.71, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 35 14 121 -
CMYK 0.71 0.88 0 0.53
HSL 251.78º 0.79% 0.26% -
HSV(B) 251.78º 0.88% 0.47% -
XYZ 4.3 2.05 18.26 -
YUV 32.48 177.96 129.8 -
System Red Green Blue C M Y K H S L
Decimal 35 14 121 0.71 0.88 0 0.53 251.78 0.79 0.26
Hex 23 E 79 47 58 0 35 FC 4F 1A
Octal 43 16 171 107 130 0 65 374 117 32
Binary 100011 1110 1111001 1000111 1011000 0 110101 11111100 1001111 11010

Color Harmonies of #230E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230E79

Black with #230E79

Text Example


Text Example

White with #230E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230E79; }

 p { color: rgb(35,14,121); }

 H1.HeaderClassName
 {
   color: #230E79;
 }
 .AnyTagClassName
 {
   color: #230E79;
 }
</style>

background-color css

<style>
 a { background-color: #230E79; }

 a { background-color: rgb(35,14,121); }

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

border-color css

<style>
 span { border-color: #230E79; }

 span { border-color: rgb(35,14,121); }

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