Html Css Color HEX #42169C Persian Indigo

📋 copy color: '#42169C'

red 66 ◦ green 22 ◦ blue 156

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

Shades of Persian Indigo #42169C

Tints of Persian Indigo #42169C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.02%

 BLUE value IS 156 (61.33% from 255) = 63.93%

R = 27.05%
G = 9.02%
B = 63.93%

CMYK

 C value IS 0.58

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42169C (or 0x42169C) is known color: Persian Indigo. HEX triplet: 42, 16 and 9C. RGB value is (66,22,156). Sum of RGB (Red+Green+Blue) = 66+22+156=244 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.05% from 244); Green value is 22 (8.98% from 255 or 9.02% from 244); Blue value is 156 (61.33% from 255 or 63.93% from 244); Max value from RGB is 156 - color contains mainly: blue. Hex color #42169C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42169C is #BDE963. Grayscale: #313131. Windows color (decimal): -12446052 or 10229314. OLE color: 10229314.

HSL color Cylindrical-coordinate representation of color #42169C: hue angle of 259.7º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #42169C is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 22 156 -
CMYK 0.58 0.86 0 0.39
HSL 259.7º 0.75% 0.35% -
HSV(B) 259.7º 0.86% 0.61% -
XYZ 8.53 4.13 31.8 -
YUV 50.43 187.58 139.1 -
System Red Green Blue C M Y K H S L
Decimal 66 22 156 0.58 0.86 0 0.39 259.7 0.75 0.35
Hex 42 16 9C 3A 56 0 27 104 4B 23
Octal 102 26 234 72 126 0 47 404 113 43
Binary 1000010 10110 10011100 111010 1010110 0 100111 100000100 1001011 100011

Color Harmonies of #42169C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42169C

Black with #42169C

Text Example


Text Example

White with #42169C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42169C; }

 p { color: rgb(66,22,156); }

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

background-color css

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

 a { background-color: rgb(66,22,156); }

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

border-color css

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

 span { border-color: rgb(66,22,156); }

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