Html Css Color HEX #380FAB Persian Indigo

📋 copy color: '#380FAB'

red 56 ◦ green 15 ◦ blue 171

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

Shades of Persian Indigo #380FAB

Tints of Persian Indigo #380FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 70.66%

R = 23.14%
G = 6.2%
B = 70.66%

CMYK

 C value IS 0.67

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#380FAB (or 0x380FAB) is known color: Persian Indigo. HEX triplet: 38, 0F and AB. RGB value is (56,15,171). Sum of RGB (Red+Green+Blue) = 56+15+171=242 (32% of max value = 765). Red value is 56 (22.27% from 255 or 23.14% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 171 (67.19% from 255 or 70.66% from 242); Max value from RGB is 171 - color contains mainly: blue. Hex color #380FAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380FAB is #C7F054. Grayscale: #2C2C2C. Windows color (decimal): -13103189 or 11210552. OLE color: 11210552.

HSL color Cylindrical-coordinate representation of color #380FAB: hue angle of 255.77º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #380FAB is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 15 171 -
CMYK 0.67 0.91 0 0.33
HSL 255.77º 0.84% 0.36% -
HSV(B) 255.77º 0.91% 0.67% -
XYZ 9.15 4.12 38.84 -
YUV 45.04 199.08 135.82 -
System Red Green Blue C M Y K H S L
Decimal 56 15 171 0.67 0.91 0 0.33 255.77 0.84 0.36
Hex 38 F AB 43 5B 0 21 100 54 24
Octal 70 17 253 103 133 0 41 400 124 44
Binary 111000 1111 10101011 1000011 1011011 0 100001 100000000 1010100 100100

Color Harmonies of #380FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380FAB

Black with #380FAB

Text Example


Text Example

White with #380FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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