Html Css Color HEX #380889 Persian Indigo

📋 copy color: '#380889'

red 56 ◦ green 8 ◦ blue 137

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

Shades of Persian Indigo #380889

Tints of Persian Indigo #380889

RGB

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

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

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

R = 27.86%
G = 3.98%
B = 68.16%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#380889 (or 0x380889) is known color: Persian Indigo. HEX triplet: 38, 08 and 89. RGB value is (56,8,137). Sum of RGB (Red+Green+Blue) = 56+8+137=201 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.86% from 201); Green value is 8 (3.52% from 255 or 3.98% from 201); Blue value is 137 (53.91% from 255 or 68.16% from 201); Max value from RGB is 137 - color contains mainly: blue. Hex color #380889 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380889 is #C7F776. Grayscale: #242424. Windows color (decimal): -13105015 or 8980536. OLE color: 8980536.

HSL color Cylindrical-coordinate representation of color #380889: hue angle of 262.33º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #380889 is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 56 8 137 -
CMYK 0.59 0.94 0 0.46
HSL 262.33º 0.89% 0.28% -
HSV(B) 262.33º 0.94% 0.54% -
XYZ 6.23 2.82 23.88 -
YUV 37.06 184.4 141.51 -
System Red Green Blue C M Y K H S L
Decimal 56 8 137 0.59 0.94 0 0.46 262.33 0.89 0.28
Hex 38 8 89 3B 5E 0 2E 106 59 1C
Octal 70 10 211 73 136 0 56 406 131 34
Binary 111000 1000 10001001 111011 1011110 0 101110 100000110 1011001 11100

Color Harmonies of #380889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380889

Black with #380889

Text Example


Text Example

White with #380889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380889; }

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

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

background-color css

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

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

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

border-color css

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

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

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