Html Css Color HEX #380278 Persian Indigo

📋 copy color: '#380278'

red 56 ◦ green 2 ◦ blue 120

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

Shades of Persian Indigo #380278

Tints of Persian Indigo #380278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 67.42%

R = 31.46%
G = 1.12%
B = 67.42%

CMYK

 C value IS 0.53

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#380278 (or 0x380278) is known color: Persian Indigo. HEX triplet: 38, 02 and 78. RGB value is (56,2,120). Sum of RGB (Red+Green+Blue) = 56+2+120=178 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.46% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 120 (47.27% from 255 or 67.42% from 178); Max value from RGB is 120 - color contains mainly: blue. Hex color #380278 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380278 is #C7FD87. Grayscale: #1F1F1F. Windows color (decimal): -13106568 or 7864888. OLE color: 7864888.

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

Color convert

RGB 56 2 120 -
CMYK 0.53 0.98 0 0.53
HSL 267.46º 0.97% 0.24% -
HSV(B) 267.46º 0.98% 0.47% -
XYZ 5.04 2.24 17.94 -
YUV 31.6 177.89 145.41 -
System Red Green Blue C M Y K H S L
Decimal 56 2 120 0.53 0.98 0 0.53 267.46 0.97 0.24
Hex 38 2 78 35 62 0 35 10B 61 18
Octal 70 2 170 65 142 0 65 413 141 30
Binary 111000 10 1111000 110101 1100010 0 110101 100001011 1100001 11000

Color Harmonies of #380278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380278

Black with #380278

Text Example


Text Example

White with #380278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380278; }

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

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

background-color css

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

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

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

border-color css

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

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

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