Html Css Color HEX #260C7C Persian Indigo

📋 copy color: '#260C7C'

red 38 ◦ green 12 ◦ blue 124

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

Shades of Persian Indigo #260C7C

Tints of Persian Indigo #260C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 71.26%

R = 21.84%
G = 6.9%
B = 71.26%

CMYK

 C value IS 0.69

 M value IS 0.90

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#260C7C (or 0x260C7C) is known color: Persian Indigo. HEX triplet: 26, 0C and 7C. RGB value is (38,12,124). Sum of RGB (Red+Green+Blue) = 38+12+124=174 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.84% from 174); Green value is 12 (5.08% from 255 or 6.90% from 174); Blue value is 124 (48.83% from 255 or 71.26% from 174); Max value from RGB is 124 - color contains mainly: blue. Hex color #260C7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260C7C is #D9F383. Grayscale: #202020. Windows color (decimal): -14283652 or 8129574. OLE color: 8129574.

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

Color convert

RGB 38 12 124 -
CMYK 0.69 0.90 0 0.51
HSL 253.93º 0.82% 0.27% -
HSV(B) 253.93º 0.9% 0.49% -
XYZ 4.57 2.13 19.24 -
YUV 32.54 179.61 131.89 -
System Red Green Blue C M Y K H S L
Decimal 38 12 124 0.69 0.90 0 0.51 253.93 0.82 0.27
Hex 26 C 7C 45 5A 0 33 FE 52 1B
Octal 46 14 174 105 132 0 63 376 122 33
Binary 100110 1100 1111100 1000101 1011010 0 110011 11111110 1010010 11011

Color Harmonies of #260C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260C7C

Black with #260C7C

Text Example


Text Example

White with #260C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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