Html Css Color HEX #270C89 Persian Indigo

📋 copy color: '#270C89'

red 39 ◦ green 12 ◦ blue 137

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

Shades of Persian Indigo #270C89

Tints of Persian Indigo #270C89

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.38%

 BLUE value IS 137 (53.91% from 255) = 72.87%

R = 20.74%
G = 6.38%
B = 72.87%

CMYK

 C value IS 0.72

 M value IS 0.91

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#270C89 (or 0x270C89) is known color: Persian Indigo. HEX triplet: 27, 0C and 89. RGB value is (39,12,137). Sum of RGB (Red+Green+Blue) = 39+12+137=188 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.74% from 188); Green value is 12 (5.08% from 255 or 6.38% from 188); Blue value is 137 (53.91% from 255 or 72.87% from 188); Max value from RGB is 137 - color contains mainly: blue. Hex color #270C89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270C89 is #D8F376. Grayscale: #212121. Windows color (decimal): -14218103 or 8981543. OLE color: 8981543.

HSL color Cylindrical-coordinate representation of color #270C89: hue angle of 252.96º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #270C89 is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 39 12 137 -
CMYK 0.72 0.91 0 0.46
HSL 252.96º 0.84% 0.29% -
HSV(B) 252.96º 0.91% 0.54% -
XYZ 5.48 2.5 23.86 -
YUV 34.32 185.95 131.34 -
System Red Green Blue C M Y K H S L
Decimal 39 12 137 0.72 0.91 0 0.46 252.96 0.84 0.29
Hex 27 C 89 48 5B 0 2E FD 54 1D
Octal 47 14 211 110 133 0 56 375 124 35
Binary 100111 1100 10001001 1001000 1011011 0 101110 11111101 1010100 11101

Color Harmonies of #270C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270C89

Black with #270C89

Text Example


Text Example

White with #270C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270C89; }

 p { color: rgb(39,12,137); }

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

background-color css

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

 a { background-color: rgb(39,12,137); }

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

border-color css

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

 span { border-color: rgb(39,12,137); }

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