Html Css Color HEX #380275 Persian Indigo

📋 copy color: '#380275'

red 56 ◦ green 2 ◦ blue 117

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

Shades of Persian Indigo #380275

Tints of Persian Indigo #380275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 66.86%

R = 32%
G = 1.14%
B = 66.86%

CMYK

 C value IS 0.52

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#380275 (or 0x380275) is known color: Persian Indigo. HEX triplet: 38, 02 and 75. RGB value is (56,2,117). Sum of RGB (Red+Green+Blue) = 56+2+117=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 117 (46.09% from 255 or 66.86% from 175); Max value from RGB is 117 - color contains mainly: blue. Hex color #380275 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380275 is #C7FD8A. Grayscale: #1E1E1E. Windows color (decimal): -13106571 or 7668280. OLE color: 7668280.

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

Color convert

RGB 56 2 117 -
CMYK 0.52 0.98 0 0.54
HSL 268.17º 0.97% 0.23% -
HSV(B) 268.17º 0.98% 0.46% -
XYZ 4.86 2.17 16.99 -
YUV 31.26 176.39 145.65 -
System Red Green Blue C M Y K H S L
Decimal 56 2 117 0.52 0.98 0 0.54 268.17 0.97 0.23
Hex 38 2 75 34 62 0 36 10C 61 17
Octal 70 2 165 64 142 0 66 414 141 27
Binary 111000 10 1110101 110100 1100010 0 110110 100001100 1100001 10111

Color Harmonies of #380275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380275

Black with #380275

Text Example


Text Example

White with #380275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380275; }

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

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

background-color css

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

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

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

border-color css

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

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

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