Html Css Color HEX #260C7D Persian Indigo

📋 copy color: '#260C7D'

red 38 ◦ green 12 ◦ blue 125

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

Shades of Persian Indigo #260C7D

Tints of Persian Indigo #260C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 71.43%

R = 21.71%
G = 6.86%
B = 71.43%

CMYK

 C value IS 0.70

 M value IS 0.90

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#260C7D (or 0x260C7D) is known color: Persian Indigo. HEX triplet: 26, 0C and 7D. RGB value is (38,12,125). Sum of RGB (Red+Green+Blue) = 38+12+125=175 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.71% from 175); Green value is 12 (5.08% from 255 or 6.86% from 175); Blue value is 125 (49.22% from 255 or 71.43% from 175); Max value from RGB is 125 - color contains mainly: blue. Hex color #260C7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260C7D is #D9F382. Grayscale: #202020. Windows color (decimal): -14283651 or 8195110. OLE color: 8195110.

HSL color Cylindrical-coordinate representation of color #260C7D: hue angle of 253.81º 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 #260C7D is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 38 12 125 -
CMYK 0.70 0.90 0 0.51
HSL 253.81º 0.82% 0.27% -
HSV(B) 253.81º 0.9% 0.49% -
XYZ 4.63 2.16 19.57 -
YUV 32.66 180.11 131.81 -
System Red Green Blue C M Y K H S L
Decimal 38 12 125 0.70 0.90 0 0.51 253.81 0.82 0.27
Hex 26 C 7D 46 5A 0 33 FE 52 1B
Octal 46 14 175 106 132 0 63 376 122 33
Binary 100110 1100 1111101 1000110 1011010 0 110011 11111110 1010010 11011

Color Harmonies of #260C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260C7D

Black with #260C7D

Text Example


Text Example

White with #260C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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