Html Css Color HEX #231084 Persian Indigo

📋 copy color: '#231084'

red 35 ◦ green 16 ◦ blue 132

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

Shades of Persian Indigo #231084

Tints of Persian Indigo #231084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 72.13%

R = 19.13%
G = 8.74%
B = 72.13%

CMYK

 C value IS 0.73

 M value IS 0.88

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#231084 (or 0x231084) is known color: Persian Indigo. HEX triplet: 23, 10 and 84. RGB value is (35,16,132). Sum of RGB (Red+Green+Blue) = 35+16+132=183 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.13% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 132 (51.95% from 255 or 72.13% from 183); Max value from RGB is 132 - color contains mainly: blue. Hex color #231084 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231084 is #DCEF7B. Grayscale: #222222. Windows color (decimal): -14479228 or 8654883. OLE color: 8654883.

HSL color Cylindrical-coordinate representation of color #231084: hue angle of 249.83º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #231084 is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 35 16 132 -
CMYK 0.73 0.88 0 0.48
HSL 249.83º 0.78% 0.29% -
HSV(B) 249.83º 0.88% 0.52% -
XYZ 5.04 2.39 22.03 -
YUV 34.91 182.79 128.07 -
System Red Green Blue C M Y K H S L
Decimal 35 16 132 0.73 0.88 0 0.48 249.83 0.78 0.29
Hex 23 10 84 49 58 0 30 FA 4E 1D
Octal 43 20 204 111 130 0 60 372 116 35
Binary 100011 10000 10000100 1001001 1011000 0 110000 11111010 1001110 11101

Color Harmonies of #231084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231084

Black with #231084

Text Example


Text Example

White with #231084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231084; }

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

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

background-color css

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

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

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

border-color css

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

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

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