Html Css Color HEX #260C79 Persian Indigo

📋 copy color: '#260C79'

red 38 ◦ green 12 ◦ blue 121

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

Shades of Persian Indigo #260C79

Tints of Persian Indigo #260C79

RGB

 RED value IS 38 (15.23% from 255) = 22.22%

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

 BLUE value IS 121 (47.66% from 255) = 70.76%

R = 22.22%
G = 7.02%
B = 70.76%

CMYK

 C value IS 0.69

 M value IS 0.90

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#260C79 (or 0x260C79) is known color: Persian Indigo. HEX triplet: 26, 0C and 79. RGB value is (38,12,121). Sum of RGB (Red+Green+Blue) = 38+12+121=171 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.22% from 171); Green value is 12 (5.08% from 255 or 7.02% from 171); Blue value is 121 (47.66% from 255 or 70.76% from 171); Max value from RGB is 121 - color contains mainly: blue. Hex color #260C79 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260C79 is #D9F386. Grayscale: #1F1F1F. Windows color (decimal): -14283655 or 7932966. OLE color: 7932966.

HSL color Cylindrical-coordinate representation of color #260C79: hue angle of 254.31º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #260C79 is Cyan = 0.69, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 38 12 121 -
CMYK 0.69 0.90 0 0.53
HSL 254.31º 0.82% 0.26% -
HSV(B) 254.31º 0.9% 0.47% -
XYZ 4.38 2.06 18.25 -
YUV 32.2 178.11 132.14 -
System Red Green Blue C M Y K H S L
Decimal 38 12 121 0.69 0.90 0 0.53 254.31 0.82 0.26
Hex 26 C 79 45 5A 0 35 FE 52 1A
Octal 46 14 171 105 132 0 65 376 122 32
Binary 100110 1100 1111001 1000101 1011010 0 110101 11111110 1010010 11010

Color Harmonies of #260C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260C79

Black with #260C79

Text Example


Text Example

White with #260C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260C79; }

 p { color: rgb(38,12,121); }

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

background-color css

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

 a { background-color: rgb(38,12,121); }

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

border-color css

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

 span { border-color: rgb(38,12,121); }

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