Html Css Color HEX #270C81 Persian Indigo

📋 copy color: '#270C81'

red 39 ◦ green 12 ◦ blue 129

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

Shades of Persian Indigo #270C81

Tints of Persian Indigo #270C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 71.67%

R = 21.67%
G = 6.67%
B = 71.67%

CMYK

 C value IS 0.70

 M value IS 0.91

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#270C81 (or 0x270C81) is known color: Persian Indigo. HEX triplet: 27, 0C and 81. RGB value is (39,12,129). Sum of RGB (Red+Green+Blue) = 39+12+129=180 (23% of max value = 765). Red value is 39 (15.62% from 255 or 21.67% from 180); Green value is 12 (5.08% from 255 or 6.67% from 180); Blue value is 129 (50.78% from 255 or 71.67% from 180); Max value from RGB is 129 - color contains mainly: blue. Hex color #270C81 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270C81 is #D8F37E. Grayscale: #202020. Windows color (decimal): -14218111 or 8457255. OLE color: 8457255.

HSL color Cylindrical-coordinate representation of color #270C81: hue angle of 253.85º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #270C81 is Cyan = 0.70, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 39 12 129 -
CMYK 0.70 0.91 0 0.49
HSL 253.85º 0.83% 0.28% -
HSV(B) 253.85º 0.91% 0.51% -
XYZ 4.93 2.28 20.95 -
YUV 33.41 181.95 131.99 -
System Red Green Blue C M Y K H S L
Decimal 39 12 129 0.70 0.91 0 0.49 253.85 0.83 0.28
Hex 27 C 81 46 5B 0 31 FE 53 1C
Octal 47 14 201 106 133 0 61 376 123 34
Binary 100111 1100 10000001 1000110 1011011 0 110001 11111110 1010011 11100

Color Harmonies of #270C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270C81

Black with #270C81

Text Example


Text Example

White with #270C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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