Html Css Color HEX #380F99 Persian Indigo

📋 copy color: '#380F99'

red 56 ◦ green 15 ◦ blue 153

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

Shades of Persian Indigo #380F99

Tints of Persian Indigo #380F99

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.7%

 BLUE value IS 153 (60.16% from 255) = 68.3%

R = 25%
G = 6.7%
B = 68.3%

CMYK

 C value IS 0.63

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#380F99 (or 0x380F99) is known color: Persian Indigo. HEX triplet: 38, 0F and 99. RGB value is (56,15,153). Sum of RGB (Red+Green+Blue) = 56+15+153=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 15 (6.25% from 255 or 6.70% from 224); Blue value is 153 (60.16% from 255 or 68.30% from 224); Max value from RGB is 153 - color contains mainly: blue. Hex color #380F99 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380F99 is #C7F066. Grayscale: #2A2A2A. Windows color (decimal): -13103207 or 10030904. OLE color: 10030904.

HSL color Cylindrical-coordinate representation of color #380F99: hue angle of 257.83º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #380F99 is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 56 15 153 -
CMYK 0.63 0.90 0 0.4
HSL 257.83º 0.82% 0.33% -
HSV(B) 257.83º 0.9% 0.6% -
XYZ 7.55 3.48 30.41 -
YUV 42.99 190.08 137.28 -
System Red Green Blue C M Y K H S L
Decimal 56 15 153 0.63 0.90 0 0.4 257.83 0.82 0.33
Hex 38 F 99 3F 5A 0 28 102 52 21
Octal 70 17 231 77 132 0 50 402 122 41
Binary 111000 1111 10011001 111111 1011010 0 101000 100000010 1010010 100001

Color Harmonies of #380F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380F99

Black with #380F99

Text Example


Text Example

White with #380F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,15,153); }

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

background-color css

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

 a { background-color: rgb(56,15,153); }

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

border-color css

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

 span { border-color: rgb(56,15,153); }

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