Html Css Color HEX #380276 Persian Indigo

📋 copy color: '#380276'

red 56 ◦ green 2 ◦ blue 118

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

Shades of Persian Indigo #380276

Tints of Persian Indigo #380276

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.14%

 BLUE value IS 118 (46.48% from 255) = 67.05%

R = 31.82%
G = 1.14%
B = 67.05%

CMYK

 C value IS 0.53

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#380276 (or 0x380276) is known color: Persian Indigo. HEX triplet: 38, 02 and 76. RGB value is (56,2,118). Sum of RGB (Red+Green+Blue) = 56+2+118=176 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.82% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 118 (46.48% from 255 or 67.05% from 176); Max value from RGB is 118 - color contains mainly: blue. Hex color #380276 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380276 is #C7FD89. Grayscale: #1E1E1E. Windows color (decimal): -13106570 or 7733816. OLE color: 7733816.

HSL color Cylindrical-coordinate representation of color #380276: hue angle of 267.93º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #380276 is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 2 118 -
CMYK 0.53 0.98 0 0.54
HSL 267.93º 0.97% 0.24% -
HSV(B) 267.93º 0.98% 0.46% -
XYZ 4.92 2.19 17.3 -
YUV 31.37 176.89 145.57 -
System Red Green Blue C M Y K H S L
Decimal 56 2 118 0.53 0.98 0 0.54 267.93 0.97 0.24
Hex 38 2 76 35 62 0 36 10C 61 18
Octal 70 2 166 65 142 0 66 414 141 30
Binary 111000 10 1110110 110101 1100010 0 110110 100001100 1100001 11000

Color Harmonies of #380276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380276

Black with #380276

Text Example


Text Example

White with #380276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380276; }

 p { color: rgb(56,2,118); }

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

background-color css

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

 a { background-color: rgb(56,2,118); }

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

border-color css

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

 span { border-color: rgb(56,2,118); }

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