Html Css Color HEX #380C89 Persian Indigo

📋 copy color: '#380C89'

red 56 ◦ green 12 ◦ blue 137

#380C89
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #380C89

Tints of Persian Indigo #380C89

RGB

 RED value IS 56 (22.27% from 255) = 27.32%

 GREEN value IS 12 (5.08% from 255) = 5.85%

 BLUE value IS 137 (53.91% from 255) = 66.83%

R = 27.32%
G = 5.85%
B = 66.83%

CMYK

 C value IS 0.59

 M value IS 0.91

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#380C89 (or 0x380C89) is known color: Persian Indigo. HEX triplet: 38, 0C and 89. RGB value is (56,12,137). Sum of RGB (Red+Green+Blue) = 56+12+137=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 12 (5.08% from 255 or 5.85% from 205); Blue value is 137 (53.91% from 255 or 66.83% from 205); Max value from RGB is 137 - color contains mainly: blue. Hex color #380C89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380C89 is #C7F376. Grayscale: #262626. Windows color (decimal): -13103991 or 8981560. OLE color: 8981560.

HSL color Cylindrical-coordinate representation of color #380C89: hue angle of 261.12º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #380C89 is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 56 12 137 -
CMYK 0.59 0.91 0 0.46
HSL 261.12º 0.84% 0.29% -
HSV(B) 261.12º 0.91% 0.54% -
XYZ 6.28 2.91 23.9 -
YUV 39.41 183.08 139.84 -
System Red Green Blue C M Y K H S L
Decimal 56 12 137 0.59 0.91 0 0.46 261.12 0.84 0.29
Hex 38 C 89 3B 5B 0 2E 105 54 1D
Octal 70 14 211 73 133 0 56 405 124 35
Binary 111000 1100 10001001 111011 1011011 0 101110 100000101 1010100 11101

Color Harmonies of #380C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380C89

Black with #380C89

Text Example


Text Example

White with #380C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #380C89;
 }
 .AnyTagClassName
 {
   color: #380C89;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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