#261CCD

Color #261CCD Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #261CCD

Tints of Persian Blue #261CCD

Color information

#261CCD (or 0x261CCD) is unknown color: approx Persian Blue. HEX triplet: 26, 1C and CD. RGB value is (38,28,205). Sum of RGB (Red+Green+Blue) = 38+28+205=271 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.02% from 271); Green value is 28 (11.33% from 255 or 10.33% from 271); Blue value is 205 (80.47% from 255 or 75.65% from 271); Max value from RGB is 205 - color contains mainly: blue. Hex color #261CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261CCD is #D9E332. Grayscale: #323232. Windows color (decimal): -14279475 or 13442086. OLE color: 13442086.

HSL color Cylindrical-coordinate representation of color #261CCD: hue angle of 243.39º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #261CCD is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB3828205-
CMYK0.810.8600.20
HSL243.39º75.97%45.69%-
HSV(B)243.39º86.34%80.39%-
XYZ12.235.6558.2-
YUV51.17214.81118.61-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.02%
GREEN value IS 28 (11.33% from 255) = 10.33%
BLUE value IS 205 (80.47% from 255) = 75.65%
R=14.02%
G=10.33%
B=75.65%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal38282050.810.8600.20243.3975.9745.69
Hex261CCD5156014f34c2e
Octal463431512112602436311456
Binary100110111001100110110100011010110010100111100111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261CCD; }

 p { color: rgb(38,28,205); }

 H1.HeaderClassName
 {
   color: #261CCD;
 }
 .AnyTagClassName
 {
   color: #261CCD;
 }
</style>
background-color css

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

 a { background-color: rgb(38,28,205); }

 div.DivClassName
 {
   background-color: #261CCD;
 }
 .BgClassName
 {
   background-color: #261CCD;
 }
</style>
border-color css

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

 span { border-color: rgb(38,28,205); }

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