Html Css Color HEX #230B73 Persian Indigo

📋 copy color: '#230B73'

red 35 ◦ green 11 ◦ blue 115

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

Shades of Persian Indigo #230B73

Tints of Persian Indigo #230B73

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.83%

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

R = 21.74%
G = 6.83%
B = 71.43%

CMYK

 C value IS 0.70

 M value IS 0.90

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#230B73 (or 0x230B73) is known color: Persian Indigo. HEX triplet: 23, 0B and 73. RGB value is (35,11,115). Sum of RGB (Red+Green+Blue) = 35+11+115=161 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.74% from 161); Green value is 11 (4.69% from 255 or 6.83% from 161); Blue value is 115 (45.31% from 255 or 71.43% from 161); Max value from RGB is 115 - color contains mainly: blue. Hex color #230B73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230B73 is #DCF48C. Grayscale: #1D1D1D. Windows color (decimal): -14480525 or 7539491. OLE color: 7539491.

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

Color convert

RGB 35 11 115 -
CMYK 0.70 0.90 0 0.55
HSL 253.85º 0.83% 0.25% -
HSV(B) 253.85º 0.9% 0.45% -
XYZ 3.91 1.83 16.37 -
YUV 30.03 175.95 131.54 -
System Red Green Blue C M Y K H S L
Decimal 35 11 115 0.70 0.90 0 0.55 253.85 0.83 0.25
Hex 23 B 73 46 5A 0 37 FE 53 19
Octal 43 13 163 106 132 0 67 376 123 31
Binary 100011 1011 1110011 1000110 1011010 0 110111 11111110 1010011 11001

Color Harmonies of #230B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230B73

Black with #230B73

Text Example


Text Example

White with #230B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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