#38017B

Color #38017B Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #38017B

Tints of Persian Indigo #38017B

Color information

#38017B (or 0x38017B) is unknown color: approx Persian Indigo. HEX triplet: 38, 01 and 7B. RGB value is (56,1,123). Sum of RGB (Red+Green+Blue) = 56+1+123=180 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.11% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 123 (48.44% from 255 or 68.33% from 180); Max value from RGB is 123 - color contains mainly: blue. Hex color #38017B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38017B is #C7FE84. Grayscale: #1E1E1E. Windows color (decimal): -13106821 or 8061240. OLE color: 8061240.

HSL color Cylindrical-coordinate representation of color #38017B: hue angle of 267.05º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #38017B is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB561123-
CMYK0.540.9900.52
HSL267.05º98.39%24.31%-
HSV(B)267.05º99.19%48.24%-
XYZ5.222.2918.91-
YUV31.35179.72145.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.11%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 123 (48.44% from 255) = 68.33%
R=31.11%
G=0.56%
B=68.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5611230.540.9900.52267.0598.3924.31
Hex3817B366303410b6218
Octal7011736614306441314230
Binary1110001111101111011011000110110100100001011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38017B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,1,123); }

 H1.HeaderClassName
 {
   color: #38017B;
 }
 .AnyTagClassName
 {
   color: #38017B;
 }
</style>
background-color css

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

 a { background-color: rgb(56,1,123); }

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

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

 span { border-color: rgb(56,1,123); }

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