Html Css Color HEX #421892 Persian Indigo

📋 copy color: '#421892'

red 66 ◦ green 24 ◦ blue 146

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

Shades of Persian Indigo #421892

Tints of Persian Indigo #421892

RGB

 RED value IS 66 (26.17% from 255) = 27.97%

 GREEN value IS 24 (9.77% from 255) = 10.17%

 BLUE value IS 146 (57.42% from 255) = 61.86%

R = 27.97%
G = 10.17%
B = 61.86%

CMYK

 C value IS 0.55

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#421892 (or 0x421892) is known color: Persian Indigo. HEX triplet: 42, 18 and 92. RGB value is (66,24,146). Sum of RGB (Red+Green+Blue) = 66+24+146=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 146 (57.42% from 255 or 61.86% from 236); Max value from RGB is 146 - color contains mainly: blue. Hex color #421892 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421892 is #BDE76D. Grayscale: #323232. Windows color (decimal): -12445550 or 9574466. OLE color: 9574466.

HSL color Cylindrical-coordinate representation of color #421892: hue angle of 260.66º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #421892 is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 66 24 146 -
CMYK 0.55 0.84 0 0.43
HSL 260.66º 0.72% 0.33% -
HSV(B) 260.66º 0.84% 0.57% -
XYZ 7.76 3.89 27.54 -
YUV 50.47 181.91 139.08 -
System Red Green Blue C M Y K H S L
Decimal 66 24 146 0.55 0.84 0 0.43 260.66 0.72 0.33
Hex 42 18 92 37 54 0 2B 105 48 21
Octal 102 30 222 67 124 0 53 405 110 41
Binary 1000010 11000 10010010 110111 1010100 0 101011 100000101 1001000 100001

Color Harmonies of #421892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421892

Black with #421892

Text Example


Text Example

White with #421892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421892; }

 p { color: rgb(66,24,146); }

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

background-color css

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

 a { background-color: rgb(66,24,146); }

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

border-color css

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

 span { border-color: rgb(66,24,146); }

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