Html Css Color HEX #42169B Persian Indigo

📋 copy color: '#42169B'

red 66 ◦ green 22 ◦ blue 155

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

Shades of Persian Indigo #42169B

Tints of Persian Indigo #42169B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 63.79%

R = 27.16%
G = 9.05%
B = 63.79%

CMYK

 C value IS 0.57

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42169B (or 0x42169B) is known color: Persian Indigo. HEX triplet: 42, 16 and 9B. RGB value is (66,22,155). Sum of RGB (Red+Green+Blue) = 66+22+155=243 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.16% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 155 (60.94% from 255 or 63.79% from 243); Max value from RGB is 155 - color contains mainly: blue. Hex color #42169B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42169B is #BDE964. Grayscale: #313131. Windows color (decimal): -12446053 or 10163778. OLE color: 10163778.

HSL color Cylindrical-coordinate representation of color #42169B: hue angle of 259.85º 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 #42169B is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 22 155 -
CMYK 0.57 0.86 0 0.39
HSL 259.85º 0.75% 0.35% -
HSV(B) 259.85º 0.86% 0.61% -
XYZ 8.45 4.1 31.36 -
YUV 50.32 187.08 139.19 -
System Red Green Blue C M Y K H S L
Decimal 66 22 155 0.57 0.86 0 0.39 259.85 0.75 0.35
Hex 42 16 9B 39 56 0 27 104 4B 23
Octal 102 26 233 71 126 0 47 404 113 43
Binary 1000010 10110 10011011 111001 1010110 0 100111 100000100 1001011 100011

Color Harmonies of #42169B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42169B

Black with #42169B

Text Example


Text Example

White with #42169B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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