#38057B

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

Shades of Persian Indigo #38057B

Tints of Persian Indigo #38057B

Color information

#38057B (or 0x38057B) is unknown color: approx Persian Indigo. HEX triplet: 38, 05 and 7B. RGB value is (56,5,123). Sum of RGB (Red+Green+Blue) = 56+5+123=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 5 (2.34% from 255 or 2.72% from 184); Blue value is 123 (48.44% from 255 or 66.85% from 184); Max value from RGB is 123 - color contains mainly: blue. Hex color #38057B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38057B is #C7FA84. Grayscale: #212121. Windows color (decimal): -13105797 or 8062264. OLE color: 8062264.

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

Color convert

RGB565123-
CMYK0.540.9600.52
HSL265.93º92.19%25.1%-
HSV(B)265.93º95.93%48.24%-
XYZ5.262.3818.92-
YUV33.7178.4143.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.43%
GREEN value IS 5 (2.34% from 255) = 2.72%
BLUE value IS 123 (48.44% from 255) = 66.85%
R=30.43%
G=2.72%
B=66.85%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5651230.540.9600.52265.9392.1925.1
Hex3857B366003410a5c19
Octal7051736614006441213431
Binary111000101111101111011011000000110100100001010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38057B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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