Html Css Color HEX #261FCE Persian Blue

📋 copy color: '#261FCE'

red 38 ◦ green 31 ◦ blue 206

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

Shades of Persian Blue #261FCE

Tints of Persian Blue #261FCE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.27%

 BLUE value IS 206 (80.86% from 255) = 74.91%

R = 13.82%
G = 11.27%
B = 74.91%

CMYK

 C value IS 0.82

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#261FCE (or 0x261FCE) is known color: Persian Blue. HEX triplet: 26, 1F and CE. RGB value is (38,31,206). Sum of RGB (Red+Green+Blue) = 38+31+206=275 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.82% from 275); Green value is 31 (12.5% from 255 or 11.27% from 275); Blue value is 206 (80.86% from 255 or 74.91% from 275); Max value from RGB is 206 - color contains mainly: blue. Hex color #261FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261FCE is #D9E031. Grayscale: #343434. Windows color (decimal): -14278706 or 13508390. OLE color: 13508390.

HSL color Cylindrical-coordinate representation of color #261FCE: hue angle of 242.4º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #261FCE is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 38 31 206 -
CMYK 0.82 0.85 0 0.19
HSL 242.4º 0.74% 0.46% -
HSV(B) 242.4º 0.85% 0.81% -
XYZ 12.43 5.85 58.87 -
YUV 53.04 214.32 117.27 -
System Red Green Blue C M Y K H S L
Decimal 38 31 206 0.82 0.85 0 0.19 242.4 0.74 0.46
Hex 26 1F CE 52 55 0 13 F2 4A 2E
Octal 46 37 316 122 125 0 23 362 112 56
Binary 100110 11111 11001110 1010010 1010101 0 10011 11110010 1001010 101110

Color Harmonies of #261FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261FCE

Black with #261FCE

Text Example


Text Example

White with #261FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,31,206); }

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

background-color css

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

 a { background-color: rgb(38,31,206); }

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

border-color css

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

 span { border-color: rgb(38,31,206); }

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