Html Css Color HEX #260C88 Persian Indigo

📋 copy color: '#260C88'

red 38 ◦ green 12 ◦ blue 136

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

Shades of Persian Indigo #260C88

Tints of Persian Indigo #260C88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 73.12%

R = 20.43%
G = 6.45%
B = 73.12%

CMYK

 C value IS 0.72

 M value IS 0.91

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#260C88 (or 0x260C88) is known color: Persian Indigo. HEX triplet: 26, 0C and 88. RGB value is (38,12,136). Sum of RGB (Red+Green+Blue) = 38+12+136=186 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.43% from 186); Green value is 12 (5.08% from 255 or 6.45% from 186); Blue value is 136 (53.52% from 255 or 73.12% from 186); Max value from RGB is 136 - color contains mainly: blue. Hex color #260C88 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260C88 is #D9F377. Grayscale: #212121. Windows color (decimal): -14283640 or 8916006. OLE color: 8916006.

HSL color Cylindrical-coordinate representation of color #260C88: hue angle of 252.58º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #260C88 is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 38 12 136 -
CMYK 0.72 0.91 0 0.47
HSL 252.58º 0.84% 0.29% -
HSV(B) 252.58º 0.91% 0.53% -
XYZ 5.37 2.45 23.48 -
YUV 33.91 185.61 130.92 -
System Red Green Blue C M Y K H S L
Decimal 38 12 136 0.72 0.91 0 0.47 252.58 0.84 0.29
Hex 26 C 88 48 5B 0 2F FD 54 1D
Octal 46 14 210 110 133 0 57 375 124 35
Binary 100110 1100 10001000 1001000 1011011 0 101111 11111101 1010100 11101

Color Harmonies of #260C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260C88

Black with #260C88

Text Example


Text Example

White with #260C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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