Html Css Color HEX #38029A Indigo

📋 copy color: '#38029A'

red 56 ◦ green 2 ◦ blue 154

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

Shades of Indigo #38029A

Tints of Indigo #38029A

RGB

 RED value IS 56 (22.27% from 255) = 26.42%

 GREEN value IS 2 (1.17% from 255) = 0.94%

 BLUE value IS 154 (60.55% from 255) = 72.64%

R = 26.42%
G = 0.94%
B = 72.64%

CMYK

 C value IS 0.64

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#38029A (or 0x38029A) is known color: Indigo. HEX triplet: 38, 02 and 9A. RGB value is (56,2,154). Sum of RGB (Red+Green+Blue) = 56+2+154=212 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.42% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 154 (60.55% from 255 or 72.64% from 212); Max value from RGB is 154 - color contains mainly: blue. Hex color #38029A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38029A is #C7FD65. Grayscale: #222222. Windows color (decimal): -13106534 or 10093112. OLE color: 10093112.

HSL color Cylindrical-coordinate representation of color #38029A: hue angle of 261.32º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #38029A is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 56 2 154 -
CMYK 0.64 0.99 0 0.40
HSL 261.32º 0.97% 0.31% -
HSV(B) 261.32º 0.99% 0.6% -
XYZ 7.49 3.22 30.8 -
YUV 35.47 194.89 142.64 -
System Red Green Blue C M Y K H S L
Decimal 56 2 154 0.64 0.99 0 0.40 261.32 0.97 0.31
Hex 38 2 9A 40 63 0 28 105 61 1F
Octal 70 2 232 100 143 0 50 405 141 37
Binary 111000 10 10011010 1000000 1100011 0 101000 100000101 1100001 11111

Color Harmonies of #38029A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38029A

Black with #38029A

Text Example


Text Example

White with #38029A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,2,154); }

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

background-color css

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

 a { background-color: rgb(56,2,154); }

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

border-color css

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

 span { border-color: rgb(56,2,154); }

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