Html Css Color HEX #38029F Indigo

📋 copy color: '#38029F'

red 56 ◦ green 2 ◦ blue 159

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

Shades of Indigo #38029F

Tints of Indigo #38029F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 73.27%

R = 25.81%
G = 0.92%
B = 73.27%

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

#38029F (or 0x38029F) is known color: Indigo. HEX triplet: 38, 02 and 9F. RGB value is (56,2,159). Sum of RGB (Red+Green+Blue) = 56+2+159=217 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.81% from 217); Green value is 2 (1.17% from 255 or 0.92% from 217); Blue value is 159 (62.5% from 255 or 73.27% from 217); Max value from RGB is 159 - color contains mainly: blue. Hex color #38029F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38029F is #C7FD60. Grayscale: #232323. Windows color (decimal): -13106529 or 10420792. OLE color: 10420792.

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

Color convert

RGB 56 2 159 -
CMYK 0.65 0.99 0 0.38
HSL 260.64º 0.98% 0.32% -
HSV(B) 260.64º 0.99% 0.62% -
XYZ 7.91 3.39 33.04 -
YUV 36.04 197.39 142.23 -
System Red Green Blue C M Y K H S L
Decimal 56 2 159 0.65 0.99 0 0.38 260.64 0.98 0.32
Hex 38 2 9F 41 63 0 26 105 62 20
Octal 70 2 237 101 143 0 46 405 142 40
Binary 111000 10 10011111 1000001 1100011 0 100110 100000101 1100010 100000

Color Harmonies of #38029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38029F

Black with #38029F

Text Example


Text Example

White with #38029F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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