Html Css Color HEX #38029E Indigo

📋 copy color: '#38029E'

red 56 ◦ green 2 ◦ blue 158

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

Shades of Indigo #38029E

Tints of Indigo #38029E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 73.15%

R = 25.93%
G = 0.93%
B = 73.15%

CMYK

 C value IS 0.65

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#38029E (or 0x38029E) is known color: Indigo. HEX triplet: 38, 02 and 9E. RGB value is (56,2,158). Sum of RGB (Red+Green+Blue) = 56+2+158=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 158 (62.11% from 255 or 73.15% from 216); Max value from RGB is 158 - color contains mainly: blue. Hex color #38029E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38029E is #C7FD61. Grayscale: #232323. Windows color (decimal): -13106530 or 10355256. OLE color: 10355256.

HSL color Cylindrical-coordinate representation of color #38029E: hue angle of 260.77º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #38029E is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 56 2 158 -
CMYK 0.65 0.99 0 0.38
HSL 260.77º 0.98% 0.31% -
HSV(B) 260.77º 0.99% 0.62% -
XYZ 7.82 3.35 32.58 -
YUV 35.93 196.89 142.32 -
System Red Green Blue C M Y K H S L
Decimal 56 2 158 0.65 0.99 0 0.38 260.77 0.98 0.31
Hex 38 2 9E 41 63 0 26 105 62 1F
Octal 70 2 236 101 143 0 46 405 142 37
Binary 111000 10 10011110 1000001 1100011 0 100110 100000101 1100010 11111

Color Harmonies of #38029E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38029E

Black with #38029E

Text Example


Text Example

White with #38029E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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