Html Css Color HEX #230280 Persian Indigo

📋 copy color: '#230280'

red 35 ◦ green 2 ◦ blue 128

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

Shades of Persian Indigo #230280

Tints of Persian Indigo #230280

RGB

 RED value IS 35 (14.06% from 255) = 21.21%

 GREEN value IS 2 (1.17% from 255) = 1.21%

 BLUE value IS 128 (50.39% from 255) = 77.58%

R = 21.21%
G = 1.21%
B = 77.58%

CMYK

 C value IS 0.73

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#230280 (or 0x230280) is known color: Persian Indigo. HEX triplet: 23, 02 and 80. RGB value is (35,2,128). Sum of RGB (Red+Green+Blue) = 35+2+128=165 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.21% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 128 (50.39% from 255 or 77.58% from 165); Max value from RGB is 128 - color contains mainly: blue. Hex color #230280 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #230280 is #DCFD7F. Grayscale: #191919. Windows color (decimal): -14482816 or 8389155. OLE color: 8389155.

HSL color Cylindrical-coordinate representation of color #230280: hue angle of 255.71º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #230280 is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 35 2 128 -
CMYK 0.73 0.98 0 0.50
HSL 255.71º 0.97% 0.25% -
HSV(B) 255.71º 0.98% 0.5% -
XYZ 4.61 1.96 20.56 -
YUV 26.23 185.43 134.25 -
System Red Green Blue C M Y K H S L
Decimal 35 2 128 0.73 0.98 0 0.50 255.71 0.97 0.25
Hex 23 2 80 49 62 0 32 100 61 19
Octal 43 2 200 111 142 0 62 400 141 31
Binary 100011 10 10000000 1001001 1100010 0 110010 100000000 1100001 11001

Color Harmonies of #230280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230280

Black with #230280

Text Example


Text Example

White with #230280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230280; }

 p { color: rgb(35,2,128); }

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

background-color css

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

 a { background-color: rgb(35,2,128); }

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

border-color css

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

 span { border-color: rgb(35,2,128); }

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