Html Css Color HEX #38006F Indigo

📋 copy color: '#38006F'

red 56 ◦ green 0 ◦ blue 111

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

Shades of Indigo #38006F

Tints of Indigo #38006F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 111 (43.75% from 255) = 66.47%

R = 33.53%
G = 0%
B = 66.47%

CMYK

 C value IS 0.50

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#38006F (or 0x38006F) is known color: Indigo. HEX triplet: 38, 00 and 6F. RGB value is (56,0,111). Sum of RGB (Red+Green+Blue) = 56+0+111=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 111 (43.75% from 255 or 66.47% from 167); Max value from RGB is 111 - color contains mainly: blue. Hex color #38006F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38006F is #C7FF90. Grayscale: #1D1D1D. Windows color (decimal): -13107089 or 7274552. OLE color: 7274552.

HSL color Cylindrical-coordinate representation of color #38006F: hue angle of 270.27º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #38006F is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 0 111 -
CMYK 0.50 1 0 0.56
HSL 270.27º 1% 0.22% -
HSV(B) 270.27º 1% 0.44% -
XYZ 4.5 1.99 15.19 -
YUV 29.4 174.05 146.97 -
System Red Green Blue C M Y K H S L
Decimal 56 0 111 0.50 1 0 0.56 270.27 1 0.22
Hex 38 0 6F 32 64 0 38 10E 64 16
Octal 70 0 157 62 144 0 70 416 144 26
Binary 111000 0 1101111 110010 1100100 0 111000 100001110 1100100 10110

Color Harmonies of #38006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38006F

Black with #38006F

Text Example


Text Example

White with #38006F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,0,111); }

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

background-color css

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

 a { background-color: rgb(56,0,111); }

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

border-color css

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

 span { border-color: rgb(56,0,111); }

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