Html Css Color HEX #230E69 Persian Indigo

📋 copy color: '#230E69'

red 35 ◦ green 14 ◦ blue 105

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

Shades of Persian Indigo #230E69

Tints of Persian Indigo #230E69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 68.18%

R = 22.73%
G = 9.09%
B = 68.18%

CMYK

 C value IS 0.67

 M value IS 0.87

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#230E69 (or 0x230E69) is known color: Persian Indigo. HEX triplet: 23, 0E and 69. RGB value is (35,14,105). Sum of RGB (Red+Green+Blue) = 35+14+105=154 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.73% from 154); Green value is 14 (5.86% from 255 or 9.09% from 154); Blue value is 105 (41.41% from 255 or 68.18% from 154); Max value from RGB is 105 - color contains mainly: blue. Hex color #230E69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230E69 is #DCF196. Grayscale: #1E1E1E. Windows color (decimal): -14479767 or 6884899. OLE color: 6884899.

HSL color Cylindrical-coordinate representation of color #230E69: hue angle of 253.85º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #230E69 is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 35 14 105 -
CMYK 0.67 0.87 0 0.59
HSL 253.85º 0.76% 0.23% -
HSV(B) 253.85º 0.87% 0.41% -
XYZ 3.4 1.69 13.51 -
YUV 30.65 169.96 131.1 -
System Red Green Blue C M Y K H S L
Decimal 35 14 105 0.67 0.87 0 0.59 253.85 0.76 0.23
Hex 23 E 69 43 57 0 3B FE 4C 17
Octal 43 16 151 103 127 0 73 376 114 27
Binary 100011 1110 1101001 1000011 1010111 0 111011 11111110 1001100 10111

Color Harmonies of #230E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230E69

Black with #230E69

Text Example


Text Example

White with #230E69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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