Html Css Color HEX #380288 Persian Indigo

📋 copy color: '#380288'

red 56 ◦ green 2 ◦ blue 136

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

Shades of Persian Indigo #380288

Tints of Persian Indigo #380288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 70.1%

R = 28.87%
G = 1.03%
B = 70.1%

CMYK

 C value IS 0.59

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#380288 (or 0x380288) is known color: Persian Indigo. HEX triplet: 38, 02 and 88. RGB value is (56,2,136). Sum of RGB (Red+Green+Blue) = 56+2+136=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 136 (53.52% from 255 or 70.10% from 194); Max value from RGB is 136 - color contains mainly: blue. Hex color #380288 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380288 is #C7FD77. Grayscale: #202020. Windows color (decimal): -13106552 or 8913464. OLE color: 8913464.

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

Color convert

RGB 56 2 136 -
CMYK 0.59 0.99 0 0.47
HSL 264.18º 0.97% 0.27% -
HSV(B) 264.18º 0.99% 0.53% -
XYZ 6.1 2.66 23.49 -
YUV 33.42 185.89 144.1 -
System Red Green Blue C M Y K H S L
Decimal 56 2 136 0.59 0.99 0 0.47 264.18 0.97 0.27
Hex 38 2 88 3B 63 0 2F 108 61 1B
Octal 70 2 210 73 143 0 57 410 141 33
Binary 111000 10 10001000 111011 1100011 0 101111 100001000 1100001 11011

Color Harmonies of #380288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380288

Black with #380288

Text Example


Text Example

White with #380288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380288; }

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

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

background-color css

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

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

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

border-color css

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

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

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