Html Css Color HEX #230272 Persian Indigo

📋 copy color: '#230272'

red 35 ◦ green 2 ◦ blue 114

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

Shades of Persian Indigo #230272

Tints of Persian Indigo #230272

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.32%

 BLUE value IS 114 (44.92% from 255) = 75.5%

R = 23.18%
G = 1.32%
B = 75.5%

CMYK

 C value IS 0.69

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#230272 (or 0x230272) is known color: Persian Indigo. HEX triplet: 23, 02 and 72. RGB value is (35,2,114). Sum of RGB (Red+Green+Blue) = 35+2+114=151 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.18% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 114 (44.92% from 255 or 75.50% from 151); Max value from RGB is 114 - color contains mainly: blue. Hex color #230272 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230272 is #DCFD8D. Grayscale: #181818. Windows color (decimal): -14482830 or 7471651. OLE color: 7471651.

HSL color Cylindrical-coordinate representation of color #230272: hue angle of 257.68º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #230272 is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 35 2 114 -
CMYK 0.69 0.98 0 0.55
HSL 257.68º 0.97% 0.23% -
HSV(B) 257.68º 0.98% 0.45% -
XYZ 3.75 1.62 16.03 -
YUV 24.64 178.43 135.39 -
System Red Green Blue C M Y K H S L
Decimal 35 2 114 0.69 0.98 0 0.55 257.68 0.97 0.23
Hex 23 2 72 45 62 0 37 102 61 17
Octal 43 2 162 105 142 0 67 402 141 27
Binary 100011 10 1110010 1000101 1100010 0 110111 100000010 1100001 10111

Color Harmonies of #230272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230272

Black with #230272

Text Example


Text Example

White with #230272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230272; }

 p { color: rgb(35,2,114); }

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

background-color css

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

 a { background-color: rgb(35,2,114); }

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

border-color css

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

 span { border-color: rgb(35,2,114); }

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