Html Css Color HEX #230D66 Persian Indigo

📋 copy color: '#230D66'

red 35 ◦ green 13 ◦ blue 102

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

Shades of Persian Indigo #230D66

Tints of Persian Indigo #230D66

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.67%

 BLUE value IS 102 (40.23% from 255) = 68%

R = 23.33%
G = 8.67%
B = 68%

CMYK

 C value IS 0.66

 M value IS 0.87

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#230D66 (or 0x230D66) is known color: Persian Indigo. HEX triplet: 23, 0D and 66. RGB value is (35,13,102). Sum of RGB (Red+Green+Blue) = 35+13+102=150 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.33% from 150); Green value is 13 (5.47% from 255 or 8.67% from 150); Blue value is 102 (40.23% from 255 or 68% from 150); Max value from RGB is 102 - color contains mainly: blue. Hex color #230D66 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230D66 is #DCF299. Grayscale: #1D1D1D. Windows color (decimal): -14480026 or 6688035. OLE color: 6688035.

HSL color Cylindrical-coordinate representation of color #230D66: hue angle of 254.83º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #230D66 is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 35 13 102 -
CMYK 0.66 0.87 0 0.6
HSL 254.83º 0.77% 0.23% -
HSV(B) 254.83º 0.87% 0.4% -
XYZ 3.24 1.6 12.71 -
YUV 29.72 168.79 131.76 -
System Red Green Blue C M Y K H S L
Decimal 35 13 102 0.66 0.87 0 0.6 254.83 0.77 0.23
Hex 23 D 66 42 57 0 3C FF 4D 17
Octal 43 15 146 102 127 0 74 377 115 27
Binary 100011 1101 1100110 1000010 1010111 0 111100 11111111 1001101 10111

Color Harmonies of #230D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230D66

Black with #230D66

Text Example


Text Example

White with #230D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,13,102); }

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

background-color css

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

 a { background-color: rgb(35,13,102); }

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

border-color css

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

 span { border-color: rgb(35,13,102); }

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