Html Css Color HEX #231078 Persian Indigo

📋 copy color: '#231078'

red 35 ◦ green 16 ◦ blue 120

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

Shades of Persian Indigo #231078

Tints of Persian Indigo #231078

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.36%

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

R = 20.47%
G = 9.36%
B = 70.18%

CMYK

 C value IS 0.71

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#231078 (or 0x231078) is known color: Persian Indigo. HEX triplet: 23, 10 and 78. RGB value is (35,16,120). Sum of RGB (Red+Green+Blue) = 35+16+120=171 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.47% from 171); Green value is 16 (6.64% from 255 or 9.36% from 171); Blue value is 120 (47.27% from 255 or 70.18% from 171); Max value from RGB is 120 - color contains mainly: blue. Hex color #231078 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231078 is #DCEF87. Grayscale: #212121. Windows color (decimal): -14479240 or 7868451. OLE color: 7868451.

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

Color convert

RGB 35 16 120 -
CMYK 0.71 0.87 0 0.53
HSL 250.96º 0.76% 0.27% -
HSV(B) 250.96º 0.87% 0.47% -
XYZ 4.27 2.08 17.95 -
YUV 33.54 176.79 129.04 -
System Red Green Blue C M Y K H S L
Decimal 35 16 120 0.71 0.87 0 0.53 250.96 0.76 0.27
Hex 23 10 78 47 57 0 35 FB 4C 1B
Octal 43 20 170 107 127 0 65 373 114 33
Binary 100011 10000 1111000 1000111 1010111 0 110101 11111011 1001100 11011

Color Harmonies of #231078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231078

Black with #231078

Text Example


Text Example

White with #231078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231078; }

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

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

background-color css

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

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

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

border-color css

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

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

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