Html Css Color HEX #380AAC Persian Indigo

📋 copy color: '#380AAC'

red 56 ◦ green 10 ◦ blue 172

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

Shades of Persian Indigo #380AAC

Tints of Persian Indigo #380AAC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.2%

 BLUE value IS 172 (67.58% from 255) = 72.27%

R = 23.53%
G = 4.2%
B = 72.27%

CMYK

 C value IS 0.67

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#380AAC (or 0x380AAC) is known color: Persian Indigo. HEX triplet: 38, 0A and AC. RGB value is (56,10,172). Sum of RGB (Red+Green+Blue) = 56+10+172=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 172 (67.58% from 255 or 72.27% from 238); Max value from RGB is 172 - color contains mainly: blue. Hex color #380AAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380AAC is #C7F553. Grayscale: #292929. Windows color (decimal): -13104468 or 11274808. OLE color: 11274808.

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

Color convert

RGB 56 10 172 -
CMYK 0.67 0.94 0 0.33
HSL 257.04º 0.89% 0.36% -
HSV(B) 257.04º 0.94% 0.67% -
XYZ 9.19 4.04 39.32 -
YUV 42.22 201.24 137.83 -
System Red Green Blue C M Y K H S L
Decimal 56 10 172 0.67 0.94 0 0.33 257.04 0.89 0.36
Hex 38 A AC 43 5E 0 21 101 59 24
Octal 70 12 254 103 136 0 41 401 131 44
Binary 111000 1010 10101100 1000011 1011110 0 100001 100000001 1011001 100100

Color Harmonies of #380AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380AAC

Black with #380AAC

Text Example


Text Example

White with #380AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,10,172); }

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

background-color css

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

 a { background-color: rgb(56,10,172); }

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

border-color css

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

 span { border-color: rgb(56,10,172); }

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