Html Css Color HEX #270474 Persian Indigo

📋 copy color: '#270474'

red 39 ◦ green 4 ◦ blue 116

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

Shades of Persian Indigo #270474

Tints of Persian Indigo #270474

RGB

 RED value IS 39 (15.63% from 255) = 24.53%

 GREEN value IS 4 (1.95% from 255) = 2.52%

 BLUE value IS 116 (45.7% from 255) = 72.96%

R = 24.53%
G = 2.52%
B = 72.96%

CMYK

 C value IS 0.66

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#270474 (or 0x270474) is known color: Persian Indigo. HEX triplet: 27, 04 and 74. RGB value is (39,4,116). Sum of RGB (Red+Green+Blue) = 39+4+116=159 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.53% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 116 (45.70% from 255 or 72.96% from 159); Max value from RGB is 116 - color contains mainly: blue. Hex color #270474 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270474 is #D8FB8B. Grayscale: #1A1A1A. Windows color (decimal): -14220172 or 7603239. OLE color: 7603239.

HSL color Cylindrical-coordinate representation of color #270474: hue angle of 258.75º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #270474 is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 39 4 116 -
CMYK 0.66 0.97 0 0.55
HSL 258.75º 0.93% 0.24% -
HSV(B) 258.75º 0.97% 0.45% -
XYZ 4.03 1.78 16.65 -
YUV 27.23 178.1 136.39 -
System Red Green Blue C M Y K H S L
Decimal 39 4 116 0.66 0.97 0 0.55 258.75 0.93 0.24
Hex 27 4 74 42 61 0 37 103 5D 18
Octal 47 4 164 102 141 0 67 403 135 30
Binary 100111 100 1110100 1000010 1100001 0 110111 100000011 1011101 11000

Color Harmonies of #270474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270474

Black with #270474

Text Example


Text Example

White with #270474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270474; }

 p { color: rgb(39,4,116); }

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

background-color css

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

 a { background-color: rgb(39,4,116); }

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

border-color css

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

 span { border-color: rgb(39,4,116); }

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