#38177D

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

Shades of Persian Indigo #38177D

Tints of Persian Indigo #38177D

Color information

#38177D (or 0x38177D) is unknown color: approx Persian Indigo. HEX triplet: 38, 17 and 7D. RGB value is (56,23,125). Sum of RGB (Red+Green+Blue) = 56+23+125=204 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.45% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 125 (49.22% from 255 or 61.27% from 204); Max value from RGB is 125 - color contains mainly: blue. Hex color #38177D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38177D is #C7E882. Grayscale: #2C2C2C. Windows color (decimal): -13101187 or 8197944. OLE color: 8197944.

HSL color Cylindrical-coordinate representation of color #38177D: hue angle of 259.41º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #38177D is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5623125-
CMYK0.550.8200.51
HSL259.41º68.92%29.02%-
HSV(B)259.41º81.6%49.02%-
XYZ5.642.9319.67-
YUV44.5173.43136.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.45%
GREEN value IS 23 (9.38% from 255) = 11.27%
BLUE value IS 125 (49.22% from 255) = 61.27%
R=27.45%
G=11.27%
B=61.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal56231250.550.8200.51259.4168.9229.02
Hex38177D3752033103451d
Octal70271756712206340310535
Binary11100010111111110111011110100100110011100000011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38177D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38177D; }

 p { color: rgb(56,23,125); }

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

<style>
 a { background-color: #38177D; }

 a { background-color: rgb(56,23,125); }

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

<style>
 span { border-color: #38177D; }

 span { border-color: rgb(56,23,125); }

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