Html Css Color HEX #231184 Persian Indigo

📋 copy color: '#231184'

red 35 ◦ green 17 ◦ blue 132

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

Shades of Persian Indigo #231184

Tints of Persian Indigo #231184

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.24%

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

R = 19.02%
G = 9.24%
B = 71.74%

CMYK

 C value IS 0.73

 M value IS 0.87

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#231184 (or 0x231184) is known color: Persian Indigo. HEX triplet: 23, 11 and 84. RGB value is (35,17,132). Sum of RGB (Red+Green+Blue) = 35+17+132=184 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.02% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 132 (51.95% from 255 or 71.74% from 184); Max value from RGB is 132 - color contains mainly: blue. Hex color #231184 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #231184 is #DCEE7B. Grayscale: #232323. Windows color (decimal): -14478972 or 8655139. OLE color: 8655139.

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

Color convert

RGB 35 17 132 -
CMYK 0.73 0.87 0 0.48
HSL 249.39º 0.77% 0.29% -
HSV(B) 249.39º 0.87% 0.52% -
XYZ 5.06 2.42 22.03 -
YUV 35.49 182.46 127.65 -
System Red Green Blue C M Y K H S L
Decimal 35 17 132 0.73 0.87 0 0.48 249.39 0.77 0.29
Hex 23 11 84 49 57 0 30 F9 4D 1D
Octal 43 21 204 111 127 0 60 371 115 35
Binary 100011 10001 10000100 1001001 1010111 0 110000 11111001 1001101 11101

Color Harmonies of #231184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231184

Black with #231184

Text Example


Text Example

White with #231184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231184; }

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

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

background-color css

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

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

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

border-color css

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

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

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