Html Css Color HEX #230D74 Persian Indigo

📋 copy color: '#230D74'

red 35 ◦ green 13 ◦ blue 116

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

Shades of Persian Indigo #230D74

Tints of Persian Indigo #230D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 70.73%

R = 21.34%
G = 7.93%
B = 70.73%

CMYK

 C value IS 0.70

 M value IS 0.89

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#230D74 (or 0x230D74) is known color: Persian Indigo. HEX triplet: 23, 0D and 74. RGB value is (35,13,116). Sum of RGB (Red+Green+Blue) = 35+13+116=164 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.34% from 164); Green value is 13 (5.47% from 255 or 7.93% from 164); Blue value is 116 (45.70% from 255 or 70.73% from 164); Max value from RGB is 116 - color contains mainly: blue. Hex color #230D74 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230D74 is #DCF28B. Grayscale: #1E1E1E. Windows color (decimal): -14480012 or 7605539. OLE color: 7605539.

HSL color Cylindrical-coordinate representation of color #230D74: hue angle of 252.82º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #230D74 is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 35 13 116 -
CMYK 0.70 0.89 0 0.55
HSL 252.82º 0.8% 0.25% -
HSV(B) 252.82º 0.89% 0.45% -
XYZ 3.99 1.91 16.68 -
YUV 31.32 175.79 130.62 -
System Red Green Blue C M Y K H S L
Decimal 35 13 116 0.70 0.89 0 0.55 252.82 0.8 0.25
Hex 23 D 74 46 59 0 37 FD 50 19
Octal 43 15 164 106 131 0 67 375 120 31
Binary 100011 1101 1110100 1000110 1011001 0 110111 11111101 1010000 11001

Color Harmonies of #230D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230D74

Black with #230D74

Text Example


Text Example

White with #230D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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