#38067B

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

Shades of Persian Indigo #38067B

Tints of Persian Indigo #38067B

Color information

#38067B (or 0x38067B) is unknown color: approx Persian Indigo. HEX triplet: 38, 06 and 7B. RGB value is (56,6,123). Sum of RGB (Red+Green+Blue) = 56+6+123=185 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.27% from 185); Green value is 6 (2.73% from 255 or 3.24% from 185); Blue value is 123 (48.44% from 255 or 66.49% from 185); Max value from RGB is 123 - color contains mainly: blue. Hex color #38067B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38067B is #C7F984. Grayscale: #212121. Windows color (decimal): -13105541 or 8062520. OLE color: 8062520.

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

Color convert

RGB566123-
CMYK0.540.9500.52
HSL265.64º90.7%25.29%-
HSV(B)265.64º95.12%48.24%-
XYZ5.272.418.92-
YUV34.29178.06143.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.27%
GREEN value IS 6 (2.73% from 255) = 3.24%
BLUE value IS 123 (48.44% from 255) = 66.49%
R=30.27%
G=3.24%
B=66.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5661230.540.9500.52265.6490.725.29
Hex3867B365F03410a5b19
Octal7061736613706441213331
Binary111000110111101111011010111110110100100001010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38067B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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