Html Css Color HEX #42168C Persian Indigo

📋 copy color: '#42168C'

red 66 ◦ green 22 ◦ blue 140

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

Shades of Persian Indigo #42168C

Tints of Persian Indigo #42168C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 61.4%

R = 28.95%
G = 9.65%
B = 61.4%

CMYK

 C value IS 0.53

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#42168C (or 0x42168C) is known color: Persian Indigo. HEX triplet: 42, 16 and 8C. RGB value is (66,22,140). Sum of RGB (Red+Green+Blue) = 66+22+140=228 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.95% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 140 (55.08% from 255 or 61.40% from 228); Max value from RGB is 140 - color contains mainly: blue. Hex color #42168C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42168C is #BDE973. Grayscale: #303030. Windows color (decimal): -12446068 or 9180738. OLE color: 9180738.

HSL color Cylindrical-coordinate representation of color #42168C: hue angle of 262.37º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42168C is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 66 22 140 -
CMYK 0.53 0.84 0 0.45
HSL 262.37º 0.73% 0.32% -
HSV(B) 262.37º 0.84% 0.55% -
XYZ 7.27 3.63 25.13 -
YUV 48.61 179.58 140.41 -
System Red Green Blue C M Y K H S L
Decimal 66 22 140 0.53 0.84 0 0.45 262.37 0.73 0.32
Hex 42 16 8C 35 54 0 2D 106 49 20
Octal 102 26 214 65 124 0 55 406 111 40
Binary 1000010 10110 10001100 110101 1010100 0 101101 100000110 1001001 100000

Color Harmonies of #42168C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42168C

Black with #42168C

Text Example


Text Example

White with #42168C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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