Html Css Color HEX #38006B Indigo

📋 copy color: '#38006B'

red 56 ◦ green 0 ◦ blue 107

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

Shades of Indigo #38006B

Tints of Indigo #38006B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 65.64%

R = 34.36%
G = 0%
B = 65.64%

CMYK

 C value IS 0.48

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#38006B (or 0x38006B) is known color: Indigo. HEX triplet: 38, 00 and 6B. RGB value is (56,0,107). Sum of RGB (Red+Green+Blue) = 56+0+107=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 107 (42.19% from 255 or 65.64% from 163); Max value from RGB is 107 - color contains mainly: blue. Hex color #38006B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38006B is #C7FF94. Grayscale: #1C1C1C. Windows color (decimal): -13107093 or 7012408. OLE color: 7012408.

HSL color Cylindrical-coordinate representation of color #38006B: hue angle of 271.4º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #38006B is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 0 107 -
CMYK 0.48 1 0 0.58
HSL 271.4º 1% 0.21% -
HSV(B) 271.4º 1% 0.42% -
XYZ 4.28 1.9 14.05 -
YUV 28.94 172.05 147.3 -
System Red Green Blue C M Y K H S L
Decimal 56 0 107 0.48 1 0 0.58 271.4 1 0.21
Hex 38 0 6B 30 64 0 3A 10F 64 15
Octal 70 0 153 60 144 0 72 417 144 25
Binary 111000 0 1101011 110000 1100100 0 111010 100001111 1100100 10101

Color Harmonies of #38006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38006B

Black with #38006B

Text Example


Text Example

White with #38006B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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