Html Css Color HEX #230D73 Persian Indigo

📋 copy color: '#230D73'

red 35 ◦ green 13 ◦ blue 115

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

Shades of Persian Indigo #230D73

Tints of Persian Indigo #230D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 70.55%

R = 21.47%
G = 7.98%
B = 70.55%

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

#230D73 (or 0x230D73) is known color: Persian Indigo. HEX triplet: 23, 0D and 73. RGB value is (35,13,115). Sum of RGB (Red+Green+Blue) = 35+13+115=163 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.47% from 163); Green value is 13 (5.47% from 255 or 7.98% from 163); Blue value is 115 (45.31% from 255 or 70.55% from 163); Max value from RGB is 115 - color contains mainly: blue. Hex color #230D73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230D73 is #DCF28C. Grayscale: #1E1E1E. Windows color (decimal): -14480013 or 7540003. OLE color: 7540003.

HSL color Cylindrical-coordinate representation of color #230D73: hue angle of 252.94º 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 #230D73 is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 35 13 115 -
CMYK 0.70 0.89 0 0.55
HSL 252.94º 0.8% 0.25% -
HSV(B) 252.94º 0.89% 0.45% -
XYZ 3.93 1.88 16.38 -
YUV 31.21 175.29 130.71 -
System Red Green Blue C M Y K H S L
Decimal 35 13 115 0.70 0.89 0 0.55 252.94 0.8 0.25
Hex 23 D 73 46 59 0 37 FD 50 19
Octal 43 15 163 106 131 0 67 375 120 31
Binary 100011 1101 1110011 1000110 1011001 0 110111 11111101 1010000 11001

Color Harmonies of #230D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230D73

Black with #230D73

Text Example


Text Example

White with #230D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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