Html Css Color HEX #230E68 Persian Indigo

📋 copy color: '#230E68'

red 35 ◦ green 14 ◦ blue 104

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

Shades of Persian Indigo #230E68

Tints of Persian Indigo #230E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 67.97%

R = 22.88%
G = 9.15%
B = 67.97%

CMYK

 C value IS 0.66

 M value IS 0.87

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#230E68 (or 0x230E68) is known color: Persian Indigo. HEX triplet: 23, 0E and 68. RGB value is (35,14,104). Sum of RGB (Red+Green+Blue) = 35+14+104=153 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.88% from 153); Green value is 14 (5.86% from 255 or 9.15% from 153); Blue value is 104 (41.02% from 255 or 67.97% from 153); Max value from RGB is 104 - color contains mainly: blue. Hex color #230E68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230E68 is #DCF197. Grayscale: #1E1E1E. Windows color (decimal): -14479768 or 6819363. OLE color: 6819363.

HSL color Cylindrical-coordinate representation of color #230E68: hue angle of 254º 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 #230E68 is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 35 14 104 -
CMYK 0.66 0.87 0 0.59
HSL 254º 0.76% 0.23% -
HSV(B) 254º 0.87% 0.41% -
XYZ 3.35 1.67 13.24 -
YUV 30.54 169.46 131.18 -
System Red Green Blue C M Y K H S L
Decimal 35 14 104 0.66 0.87 0 0.59 254 0.76 0.23
Hex 23 E 68 42 57 0 3B FE 4C 17
Octal 43 16 150 102 127 0 73 376 114 27
Binary 100011 1110 1101000 1000010 1010111 0 111011 11111110 1001100 10111

Color Harmonies of #230E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230E68

Black with #230E68

Text Example


Text Example

White with #230E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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