Html Css Color HEX #380893 Persian Indigo

📋 copy color: '#380893'

red 56 ◦ green 8 ◦ blue 147

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

Shades of Persian Indigo #380893

Tints of Persian Indigo #380893

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.79%

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

R = 26.54%
G = 3.79%
B = 69.67%

CMYK

 C value IS 0.62

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#380893 (or 0x380893) is known color: Persian Indigo. HEX triplet: 38, 08 and 93. RGB value is (56,8,147). Sum of RGB (Red+Green+Blue) = 56+8+147=211 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.54% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 147 (57.81% from 255 or 69.67% from 211); Max value from RGB is 147 - color contains mainly: blue. Hex color #380893 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380893 is #C7F76C. Grayscale: #252525. Windows color (decimal): -13105005 or 9635896. OLE color: 9635896.

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

Color convert

RGB 56 8 147 -
CMYK 0.62 0.95 0 0.42
HSL 260.72º 0.9% 0.3% -
HSV(B) 260.72º 0.95% 0.58% -
XYZ 6.98 3.12 27.84 -
YUV 38.2 189.4 140.7 -
System Red Green Blue C M Y K H S L
Decimal 56 8 147 0.62 0.95 0 0.42 260.72 0.9 0.3
Hex 38 8 93 3E 5F 0 2A 105 5A 1E
Octal 70 10 223 76 137 0 52 405 132 36
Binary 111000 1000 10010011 111110 1011111 0 101010 100000101 1011010 11110

Color Harmonies of #380893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380893

Black with #380893

Text Example


Text Example

White with #380893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380893; }

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

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

background-color css

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

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

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

border-color css

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

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

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