#38238E

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

Shades of Persian Indigo #38238E

Tints of Persian Indigo #38238E

Color information

#38238E (or 0x38238E) is unknown color: approx Persian Indigo. HEX triplet: 38, 23 and 8E. RGB value is (56,35,142). Sum of RGB (Red+Green+Blue) = 56+35+142=233 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.03% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 142 (55.86% from 255 or 60.94% from 233); Max value from RGB is 142 - color contains mainly: blue. Hex color #38238E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #38238E is #C7DC71. Grayscale: #353535. Windows color (decimal): -13098098 or 9315128. OLE color: 9315128.

HSL color Cylindrical-coordinate representation of color #38238E: hue angle of 251.78º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38238E is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5635142-
CMYK0.610.7500.44
HSL251.78º60.45%34.71%-
HSV(B)251.78º75.35%55.69%-
XYZ7.11425.99-
YUV53.48177.96129.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.03%
GREEN value IS 35 (14.06% from 255) = 15.02%
BLUE value IS 142 (55.86% from 255) = 60.94%
R=24.03%
G=15.02%
B=60.94%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal56351420.610.7500.44251.7860.4534.71
Hex38238E3D4B02Cfc3c23
Octal7043216751130543747443
Binary111000100011100011101111011001011010110011111100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38238E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38238E; }

 p { color: rgb(56,35,142); }

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

<style>
 a { background-color: #38238E; }

 a { background-color: rgb(56,35,142); }

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

<style>
 span { border-color: #38238E; }

 span { border-color: rgb(56,35,142); }

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