Html Css Color HEX #42038A Indigo

📋 copy color: '#42038A'

red 66 ◦ green 3 ◦ blue 138

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

Shades of Indigo #42038A

Tints of Indigo #42038A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.45%

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

R = 31.88%
G = 1.45%
B = 66.67%

CMYK

 C value IS 0.52

 M value IS 0.98

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#42038A (or 0x42038A) is known color: Indigo. HEX triplet: 42, 03 and 8A. RGB value is (66,3,138). Sum of RGB (Red+Green+Blue) = 66+3+138=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 138 (54.30% from 255 or 66.67% from 207); Max value from RGB is 138 - color contains mainly: blue. Hex color #42038A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42038A is #BDFC75. Grayscale: #242424. Windows color (decimal): -12450934 or 9044802. OLE color: 9044802.

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

Color convert

RGB 66 3 138 -
CMYK 0.52 0.98 0 0.46
HSL 268º 0.96% 0.28% -
HSV(B) 268º 0.98% 0.54% -
XYZ 6.87 3.06 24.27 -
YUV 37.23 184.87 148.52 -
System Red Green Blue C M Y K H S L
Decimal 66 3 138 0.52 0.98 0 0.46 268 0.96 0.28
Hex 42 3 8A 34 62 0 2E 10C 60 1C
Octal 102 3 212 64 142 0 56 414 140 34
Binary 1000010 11 10001010 110100 1100010 0 101110 100001100 1100000 11100

Color Harmonies of #42038A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42038A

Black with #42038A

Text Example


Text Example

White with #42038A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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