Html Css Color HEX #270366 Persian Indigo

📋 copy color: '#270366'

red 39 ◦ green 3 ◦ blue 102

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

Shades of Persian Indigo #270366

Tints of Persian Indigo #270366

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.08%

 BLUE value IS 102 (40.23% from 255) = 70.83%

R = 27.08%
G = 2.08%
B = 70.83%

CMYK

 C value IS 0.62

 M value IS 0.97

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#270366 (or 0x270366) is known color: Persian Indigo. HEX triplet: 27, 03 and 66. RGB value is (39,3,102). Sum of RGB (Red+Green+Blue) = 39+3+102=144 (19% of max value = 765). Red value is 39 (15.62% from 255 or 27.08% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 102 (40.23% from 255 or 70.83% from 144); Max value from RGB is 102 - color contains mainly: blue. Hex color #270366 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270366 is #D8FC99. Grayscale: #181818. Windows color (decimal): -14220442 or 6685479. OLE color: 6685479.

HSL color Cylindrical-coordinate representation of color #270366: hue angle of 261.82º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #270366 is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 39 3 102 -
CMYK 0.62 0.97 0 0.6
HSL 261.82º 0.94% 0.21% -
HSV(B) 261.82º 0.97% 0.4% -
XYZ 3.27 1.46 12.68 -
YUV 25.05 171.43 137.95 -
System Red Green Blue C M Y K H S L
Decimal 39 3 102 0.62 0.97 0 0.6 261.82 0.94 0.21
Hex 27 3 66 3E 61 0 3C 106 5E 15
Octal 47 3 146 76 141 0 74 406 136 25
Binary 100111 11 1100110 111110 1100001 0 111100 100000110 1011110 10101

Color Harmonies of #270366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270366

Black with #270366

Text Example


Text Example

White with #270366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270366; }

 p { color: rgb(39,3,102); }

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

background-color css

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

 a { background-color: rgb(39,3,102); }

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

border-color css

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

 span { border-color: rgb(39,3,102); }

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