Html Css Color HEX #230D68 Persian Indigo

📋 copy color: '#230D68'

red 35 ◦ green 13 ◦ blue 104

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

Shades of Persian Indigo #230D68

Tints of Persian Indigo #230D68

RGB

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

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

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

R = 23.03%
G = 8.55%
B = 68.42%

CMYK

 C value IS 0.66

 M value IS 0.88

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#230D68 (or 0x230D68) is known color: Persian Indigo. HEX triplet: 23, 0D and 68. RGB value is (35,13,104). Sum of RGB (Red+Green+Blue) = 35+13+104=152 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.03% from 152); Green value is 13 (5.47% from 255 or 8.55% from 152); Blue value is 104 (41.02% from 255 or 68.42% from 152); Max value from RGB is 104 - color contains mainly: blue. Hex color #230D68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230D68 is #DCF297. Grayscale: #1D1D1D. Windows color (decimal): -14480024 or 6819107. OLE color: 6819107.

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

Color convert

RGB 35 13 104 -
CMYK 0.66 0.88 0 0.59
HSL 254.51º 0.78% 0.23% -
HSV(B) 254.51º 0.88% 0.41% -
XYZ 3.34 1.64 13.24 -
YUV 29.95 169.79 131.6 -
System Red Green Blue C M Y K H S L
Decimal 35 13 104 0.66 0.88 0 0.59 254.51 0.78 0.23
Hex 23 D 68 42 58 0 3B FF 4E 17
Octal 43 15 150 102 130 0 73 377 116 27
Binary 100011 1101 1101000 1000010 1011000 0 111011 11111111 1001110 10111

Color Harmonies of #230D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230D68

Black with #230D68

Text Example


Text Example

White with #230D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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