Html Css Color HEX #380293 Persian Indigo

📋 copy color: '#380293'

red 56 ◦ green 2 ◦ blue 147

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

Shades of Persian Indigo #380293

Tints of Persian Indigo #380293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 71.71%

R = 27.32%
G = 0.98%
B = 71.71%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#380293 (or 0x380293) is known color: Persian Indigo. HEX triplet: 38, 02 and 93. RGB value is (56,2,147). Sum of RGB (Red+Green+Blue) = 56+2+147=205 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.32% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 147 (57.81% from 255 or 71.71% from 205); Max value from RGB is 147 - color contains mainly: blue. Hex color #380293 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380293 is #C7FD6C. Grayscale: #222222. Windows color (decimal): -13106541 or 9634360. OLE color: 9634360.

HSL color Cylindrical-coordinate representation of color #380293: hue angle of 262.34º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #380293 is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 2 147 -
CMYK 0.62 0.99 0 0.42
HSL 262.34º 0.97% 0.29% -
HSV(B) 262.34º 0.99% 0.58% -
XYZ 6.92 2.99 27.82 -
YUV 34.68 191.39 143.21 -
System Red Green Blue C M Y K H S L
Decimal 56 2 147 0.62 0.99 0 0.42 262.34 0.97 0.29
Hex 38 2 93 3E 63 0 2A 106 61 1D
Octal 70 2 223 76 143 0 52 406 141 35
Binary 111000 10 10010011 111110 1100011 0 101010 100000110 1100001 11101

Color Harmonies of #380293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380293

Black with #380293

Text Example


Text Example

White with #380293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380293; }

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

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

background-color css

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

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

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

border-color css

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

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

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