Html Css Color HEX #270681 Persian Indigo

📋 copy color: '#270681'

red 39 ◦ green 6 ◦ blue 129

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

Shades of Persian Indigo #270681

Tints of Persian Indigo #270681

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.45%

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

R = 22.41%
G = 3.45%
B = 74.14%

CMYK

 C value IS 0.70

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#270681 (or 0x270681) is known color: Persian Indigo. HEX triplet: 27, 06 and 81. RGB value is (39,6,129). Sum of RGB (Red+Green+Blue) = 39+6+129=174 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.41% from 174); Green value is 6 (2.73% from 255 or 3.45% from 174); Blue value is 129 (50.78% from 255 or 74.14% from 174); Max value from RGB is 129 - color contains mainly: blue. Hex color #270681 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270681 is #D8F97E. Grayscale: #1D1D1D. Windows color (decimal): -14219647 or 8455719. OLE color: 8455719.

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

Color convert

RGB 39 6 129 -
CMYK 0.70 0.95 0 0.49
HSL 256.1º 0.91% 0.26% -
HSV(B) 256.1º 0.95% 0.51% -
XYZ 4.86 2.15 20.93 -
YUV 29.89 183.93 134.5 -
System Red Green Blue C M Y K H S L
Decimal 39 6 129 0.70 0.95 0 0.49 256.1 0.91 0.26
Hex 27 6 81 46 5F 0 31 100 5B 1A
Octal 47 6 201 106 137 0 61 400 133 32
Binary 100111 110 10000001 1000110 1011111 0 110001 100000000 1011011 11010

Color Harmonies of #270681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270681

Black with #270681

Text Example


Text Example

White with #270681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270681; }

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

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

background-color css

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

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

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

border-color css

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

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

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