Html Css Color HEX #270674 Persian Indigo

📋 copy color: '#270674'

red 39 ◦ green 6 ◦ blue 116

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

Shades of Persian Indigo #270674

Tints of Persian Indigo #270674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 72.05%

R = 24.22%
G = 3.73%
B = 72.05%

CMYK

 C value IS 0.66

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#270674 (or 0x270674) is known color: Persian Indigo. HEX triplet: 27, 06 and 74. RGB value is (39,6,116). Sum of RGB (Red+Green+Blue) = 39+6+116=161 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.22% from 161); Green value is 6 (2.73% from 255 or 3.73% from 161); Blue value is 116 (45.70% from 255 or 72.05% from 161); Max value from RGB is 116 - color contains mainly: blue. Hex color #270674 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270674 is #D8F98B. Grayscale: #1C1C1C. Windows color (decimal): -14219660 or 7603751. OLE color: 7603751.

HSL color Cylindrical-coordinate representation of color #270674: hue angle of 258º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #270674 is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 39 6 116 -
CMYK 0.66 0.95 0 0.55
HSL 258º 0.9% 0.24% -
HSV(B) 258º 0.95% 0.45% -
XYZ 4.05 1.82 16.66 -
YUV 28.41 177.43 135.56 -
System Red Green Blue C M Y K H S L
Decimal 39 6 116 0.66 0.95 0 0.55 258 0.9 0.24
Hex 27 6 74 42 5F 0 37 102 5A 18
Octal 47 6 164 102 137 0 67 402 132 30
Binary 100111 110 1110100 1000010 1011111 0 110111 100000010 1011010 11000

Color Harmonies of #270674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270674

Black with #270674

Text Example


Text Example

White with #270674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270674; }

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

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

background-color css

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

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

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

border-color css

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

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

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