Html Css Color HEX #431582 Persian Indigo

📋 copy color: '#431582'

red 67 ◦ green 21 ◦ blue 130

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

Shades of Persian Indigo #431582

Tints of Persian Indigo #431582

RGB

 RED value IS 67 (26.56% from 255) = 30.73%

 GREEN value IS 21 (8.59% from 255) = 9.63%

 BLUE value IS 130 (51.17% from 255) = 59.63%

R = 30.73%
G = 9.63%
B = 59.63%

CMYK

 C value IS 0.48

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#431582 (or 0x431582) is known color: Persian Indigo. HEX triplet: 43, 15 and 82. RGB value is (67,21,130). Sum of RGB (Red+Green+Blue) = 67+21+130=218 (28% of max value = 765). Red value is 67 (26.56% from 255 or 30.73% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 130 (51.17% from 255 or 59.63% from 218); Max value from RGB is 130 - color contains mainly: blue. Hex color #431582 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #431582 is #BCEA7D. Grayscale: #2E2E2E. Windows color (decimal): -12380798 or 8525123. OLE color: 8525123.

HSL color Cylindrical-coordinate representation of color #431582: hue angle of 265.32º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #431582 is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 67 21 130 -
CMYK 0.48 0.84 0 0.49
HSL 265.32º 0.72% 0.3% -
HSV(B) 265.32º 0.84% 0.51% -
XYZ 6.61 3.34 21.42 -
YUV 47.18 174.74 142.14 -
System Red Green Blue C M Y K H S L
Decimal 67 21 130 0.48 0.84 0 0.49 265.32 0.72 0.3
Hex 43 15 82 30 54 0 31 109 48 1E
Octal 103 25 202 60 124 0 61 411 110 36
Binary 1000011 10101 10000010 110000 1010100 0 110001 100001001 1001000 11110

Color Harmonies of #431582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431582

Black with #431582

Text Example


Text Example

White with #431582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431582; }

 p { color: rgb(67,21,130); }

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

background-color css

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

 a { background-color: rgb(67,21,130); }

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

border-color css

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

 span { border-color: rgb(67,21,130); }

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