Html Css Color HEX #421898 Persian Indigo

📋 copy color: '#421898'

red 66 ◦ green 24 ◦ blue 152

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

Shades of Persian Indigo #421898

Tints of Persian Indigo #421898

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 62.81%

R = 27.27%
G = 9.92%
B = 62.81%

CMYK

 C value IS 0.57

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#421898 (or 0x421898) is known color: Persian Indigo. HEX triplet: 42, 18 and 98. RGB value is (66,24,152). Sum of RGB (Red+Green+Blue) = 66+24+152=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 152 (59.77% from 255 or 62.81% from 242); Max value from RGB is 152 - color contains mainly: blue. Hex color #421898 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421898 is #BDE767. Grayscale: #323232. Windows color (decimal): -12445544 or 9967682. OLE color: 9967682.

HSL color Cylindrical-coordinate representation of color #421898: hue angle of 259.69º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #421898 is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 66 24 152 -
CMYK 0.57 0.84 0 0.40
HSL 259.69º 0.73% 0.35% -
HSV(B) 259.69º 0.84% 0.6% -
XYZ 8.24 4.08 30.06 -
YUV 51.15 184.91 138.59 -
System Red Green Blue C M Y K H S L
Decimal 66 24 152 0.57 0.84 0 0.40 259.69 0.73 0.35
Hex 42 18 98 39 54 0 28 104 49 23
Octal 102 30 230 71 124 0 50 404 111 43
Binary 1000010 11000 10011000 111001 1010100 0 101000 100000100 1001001 100011

Color Harmonies of #421898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421898

Black with #421898

Text Example


Text Example

White with #421898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421898; }

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

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

background-color css

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

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

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

border-color css

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

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

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