Html Css Color HEX #270C88 Persian Indigo

📋 copy color: '#270C88'

red 39 ◦ green 12 ◦ blue 136

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

Shades of Persian Indigo #270C88

Tints of Persian Indigo #270C88

RGB

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

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

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

R = 20.86%
G = 6.42%
B = 72.73%

CMYK

 C value IS 0.71

 M value IS 0.91

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#270C88 (or 0x270C88) is known color: Persian Indigo. HEX triplet: 27, 0C and 88. RGB value is (39,12,136). Sum of RGB (Red+Green+Blue) = 39+12+136=187 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.86% from 187); Green value is 12 (5.08% from 255 or 6.42% from 187); Blue value is 136 (53.52% from 255 or 72.73% from 187); Max value from RGB is 136 - color contains mainly: blue. Hex color #270C88 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270C88 is #D8F377. Grayscale: #212121. Windows color (decimal): -14218104 or 8916007. OLE color: 8916007.

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

Color convert

RGB 39 12 136 -
CMYK 0.71 0.91 0 0.47
HSL 253.06º 0.84% 0.29% -
HSV(B) 253.06º 0.91% 0.53% -
XYZ 5.41 2.47 23.48 -
YUV 34.21 185.45 131.42 -
System Red Green Blue C M Y K H S L
Decimal 39 12 136 0.71 0.91 0 0.47 253.06 0.84 0.29
Hex 27 C 88 47 5B 0 2F FD 54 1D
Octal 47 14 210 107 133 0 57 375 124 35
Binary 100111 1100 10001000 1000111 1011011 0 101111 11111101 1010100 11101

Color Harmonies of #270C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270C88

Black with #270C88

Text Example


Text Example

White with #270C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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