Html Css Color HEX #230878 Persian Indigo

📋 copy color: '#230878'

red 35 ◦ green 8 ◦ blue 120

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

Shades of Persian Indigo #230878

Tints of Persian Indigo #230878

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.91%

 BLUE value IS 120 (47.27% from 255) = 73.62%

R = 21.47%
G = 4.91%
B = 73.62%

CMYK

 C value IS 0.71

 M value IS 0.93

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#230878 (or 0x230878) is known color: Persian Indigo. HEX triplet: 23, 08 and 78. RGB value is (35,8,120). Sum of RGB (Red+Green+Blue) = 35+8+120=163 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.47% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 120 (47.27% from 255 or 73.62% from 163); Max value from RGB is 120 - color contains mainly: blue. Hex color #230878 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230878 is #DCF787. Grayscale: #1C1C1C. Windows color (decimal): -14481288 or 7866403. OLE color: 7866403.

HSL color Cylindrical-coordinate representation of color #230878: hue angle of 254.46º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #230878 is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 35 8 120 -
CMYK 0.71 0.93 0 0.53
HSL 254.46º 0.88% 0.25% -
HSV(B) 254.46º 0.93% 0.47% -
XYZ 4.17 1.89 17.91 -
YUV 28.84 179.45 132.39 -
System Red Green Blue C M Y K H S L
Decimal 35 8 120 0.71 0.93 0 0.53 254.46 0.88 0.25
Hex 23 8 78 47 5D 0 35 FE 58 19
Octal 43 10 170 107 135 0 65 376 130 31
Binary 100011 1000 1111000 1000111 1011101 0 110101 11111110 1011000 11001

Color Harmonies of #230878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230878

Black with #230878

Text Example


Text Example

White with #230878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230878; }

 p { color: rgb(35,8,120); }

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

background-color css

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

 a { background-color: rgb(35,8,120); }

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

border-color css

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

 span { border-color: rgb(35,8,120); }

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