Html Css Color HEX #380993 Persian Indigo

📋 copy color: '#380993'

red 56 ◦ green 9 ◦ blue 147

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

Shades of Persian Indigo #380993

Tints of Persian Indigo #380993

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.25%

 BLUE value IS 147 (57.81% from 255) = 69.34%

R = 26.42%
G = 4.25%
B = 69.34%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#380993 (or 0x380993) is known color: Persian Indigo. HEX triplet: 38, 09 and 93. RGB value is (56,9,147). Sum of RGB (Red+Green+Blue) = 56+9+147=212 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.42% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 147 (57.81% from 255 or 69.34% from 212); Max value from RGB is 147 - color contains mainly: blue. Hex color #380993 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380993 is #C7F66C. Grayscale: #262626. Windows color (decimal): -13104749 or 9636152. OLE color: 9636152.

HSL color Cylindrical-coordinate representation of color #380993: hue angle of 260.43º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #380993 is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 9 147 -
CMYK 0.62 0.94 0 0.42
HSL 260.43º 0.88% 0.31% -
HSV(B) 260.43º 0.94% 0.58% -
XYZ 7 3.14 27.84 -
YUV 38.79 189.07 140.28 -
System Red Green Blue C M Y K H S L
Decimal 56 9 147 0.62 0.94 0 0.42 260.43 0.88 0.31
Hex 38 9 93 3E 5E 0 2A 104 58 1F
Octal 70 11 223 76 136 0 52 404 130 37
Binary 111000 1001 10010011 111110 1011110 0 101010 100000100 1011000 11111

Color Harmonies of #380993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380993

Black with #380993

Text Example


Text Example

White with #380993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380993; }

 p { color: rgb(56,9,147); }

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

background-color css

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

 a { background-color: rgb(56,9,147); }

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

border-color css

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

 span { border-color: rgb(56,9,147); }

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