Html Css Color HEX #42168A Persian Indigo

📋 copy color: '#42168A'

red 66 ◦ green 22 ◦ blue 138

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

Shades of Persian Indigo #42168A

Tints of Persian Indigo #42168A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 61.06%

R = 29.2%
G = 9.73%
B = 61.06%

CMYK

 C value IS 0.52

 M value IS 0.84

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#42168A (or 0x42168A) is known color: Persian Indigo. HEX triplet: 42, 16 and 8A. RGB value is (66,22,138). Sum of RGB (Red+Green+Blue) = 66+22+138=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 22 (8.98% from 255 or 9.73% from 226); Blue value is 138 (54.30% from 255 or 61.06% from 226); Max value from RGB is 138 - color contains mainly: blue. Hex color #42168A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42168A is #BDE975. Grayscale: #2F2F2F. Windows color (decimal): -12446070 or 9049666. OLE color: 9049666.

HSL color Cylindrical-coordinate representation of color #42168A: hue angle of 262.76º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42168A is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 66 22 138 -
CMYK 0.52 0.84 0 0.46
HSL 262.76º 0.73% 0.31% -
HSV(B) 262.76º 0.84% 0.54% -
XYZ 7.12 3.57 24.36 -
YUV 48.38 178.58 140.57 -
System Red Green Blue C M Y K H S L
Decimal 66 22 138 0.52 0.84 0 0.46 262.76 0.73 0.31
Hex 42 16 8A 34 54 0 2E 107 48 1F
Octal 102 26 212 64 124 0 56 407 110 37
Binary 1000010 10110 10001010 110100 1010100 0 101110 100000111 1001000 11111

Color Harmonies of #42168A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42168A

Black with #42168A

Text Example


Text Example

White with #42168A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42168A; }

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

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

background-color css

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

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

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

border-color css

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

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

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