#380C6B

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

Shades of Persian Indigo #380C6B

Tints of Persian Indigo #380C6B

Color information

#380C6B (or 0x380C6B) is unknown color: approx Persian Indigo. HEX triplet: 38, 0C and 6B. RGB value is (56,12,107). Sum of RGB (Red+Green+Blue) = 56+12+107=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 12 (5.08% from 255 or 6.86% from 175); Blue value is 107 (42.19% from 255 or 61.14% from 175); Max value from RGB is 107 - color contains mainly: blue. Hex color #380C6B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380C6B is #C7F394. Grayscale: #232323. Windows color (decimal): -13104021 or 7015480. OLE color: 7015480.

HSL color Cylindrical-coordinate representation of color #380C6B: hue angle of 267.79º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #380C6B is Cyan = 0.48, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5612107-
CMYK0.480.8900.58
HSL267.79º79.83%23.33%-
HSV(B)267.79º88.79%41.96%-
XYZ4.422.1714.1-
YUV35.99168.08142.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32%
GREEN value IS 12 (5.08% from 255) = 6.86%
BLUE value IS 107 (42.19% from 255) = 61.14%
R=32%
G=6.86%
B=61.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal56121070.480.8900.58267.7979.8323.33
Hex38C6B305903A10c5017
Octal70141536013107241412027
Binary1110001100110101111000010110010111010100001100101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380C6B; }

 p { color: rgb(56,12,107); }

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

<style>
 a { background-color: #380C6B; }

 a { background-color: rgb(56,12,107); }

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

<style>
 span { border-color: #380C6B; }

 span { border-color: rgb(56,12,107); }

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