Html Css Color HEX #261CCC Persian Blue

📋 copy color: '#261CCC'

red 38 ◦ green 28 ◦ blue 204

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

Shades of Persian Blue #261CCC

Tints of Persian Blue #261CCC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.37%

 BLUE value IS 204 (80.08% from 255) = 75.56%

R = 14.07%
G = 10.37%
B = 75.56%

CMYK

 C value IS 0.81

 M value IS 0.86

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#261CCC (or 0x261CCC) is known color: Persian Blue. HEX triplet: 26, 1C and CC. RGB value is (38,28,204). Sum of RGB (Red+Green+Blue) = 38+28+204=270 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.07% from 270); Green value is 28 (11.33% from 255 or 10.37% from 270); Blue value is 204 (80.08% from 255 or 75.56% from 270); Max value from RGB is 204 - color contains mainly: blue. Hex color #261CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261CCC is #D9E333. Grayscale: #323232. Windows color (decimal): -14279476 or 13376550. OLE color: 13376550.

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

Color convert

RGB 38 28 204 -
CMYK 0.81 0.86 0 0.2
HSL 243.41º 0.76% 0.45% -
HSV(B) 243.41º 0.86% 0.8% -
XYZ 12.11 5.6 57.57 -
YUV 51.05 214.31 118.69 -
System Red Green Blue C M Y K H S L
Decimal 38 28 204 0.81 0.86 0 0.2 243.41 0.76 0.45
Hex 26 1C CC 51 56 0 14 F3 4C 2D
Octal 46 34 314 121 126 0 24 363 114 55
Binary 100110 11100 11001100 1010001 1010110 0 10100 11110011 1001100 101101

Color Harmonies of #261CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261CCC

Black with #261CCC

Text Example


Text Example

White with #261CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #261CCC;
 }
 .AnyTagClassName
 {
   color: #261CCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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